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?
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.
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:1
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).
folder: E:\Windows\SoftwareDistribution\DataStore parents:3
Or something like this,
folder: c: parents:1
Re: how to a full path file or folder?
Or:
Code: Select all
exact:c:\windows
Re: how to a full path file or folder?
Much better of course
Re: how to a full path file or folder?
this is perfect