for example, I only want to know the folder size of "C:\Windows"
how to search for it without other results?
how to a full path file or folder?
-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: how to a full path file or folder?
One way In version 1.5
View / Folders
Select c:
Enable Subfolders on the botton.
Total size is show in the status bar for any top level folder you click.
View / Folders
Select c:
Enable Subfolders on the botton.
Total size is show in the status bar for any top level folder you click.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: how to a full path file or folder?
There's probably ? a better, cleaner way, but... .
Now, you would have to adjust parents to the directory depth that you were looking for.
Like if you wanted DataStore, you need a parents:3 (as its the 3rd directory level down from root).
Or something like this,, would give you the size of every directory under C:.
folder: C:\Windows parents:1Now, you would have to adjust parents to the directory depth that you were looking for.
Like if you wanted DataStore, you need a parents:3 (as its the 3rd directory level down from root).
folder: E:\Windows\SoftwareDistribution\DataStore parents:3Or something like this,
folder: c: parents:1-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: how to a full path file or folder?
Or:
Code: Select all
exact:c:\windows-
horst.epp
- Posts: 1643
- Joined: Fri Apr 04, 2014 3:24 pm
Re: how to a full path file or folder?
Much better of course 
-
hlhp
- Posts: 2
- Joined: Wed Dec 25, 2019 10:41 am
Re: how to a full path file or folder?
this is perfect