how to a full path file or folder?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
hlhp
Posts: 2
Joined: Wed Dec 25, 2019 10:41 am

how to a full path file or folder?

Post by hlhp »

for example, I only want to know the folder size of "C:\Windows"
how to search for it without other results?
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: how to a full path file or folder?

Post by horst.epp »

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.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: how to a full path file or folder?

Post by therube »

There's probably ? a better, cleaner way, but...
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
, would give you the size of every directory under C:.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: how to a full path file or folder?

Post by NotNull »

Or:

Code: Select all

exact:c:\windows
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: how to a full path file or folder?

Post by horst.epp »

Much better of course :)
hlhp
Posts: 2
Joined: Wed Dec 25, 2019 10:41 am

Re: how to a full path file or folder?

Post by hlhp »

NotNull wrote: Wed Oct 12, 2022 7:39 pm Or:

Code: Select all

exact:c:\windows
this is perfect :)
Post Reply