Hello, I'm looking for a way to show only the top folders from multiple drives. I have about 7 different servers with (video)projects on all of them. Sometimes I don't know where a project is located and would like to have a view of all my projects which are stored on multiple drives. The main project folders are always located in the root so that's why I don't want to see subfolders in the list.
Thanks in advance!
Show top folders multiple drives
Re: Show top folders multiple drives
depth:1
as in
<e:|f:|j:|k:> depth:1 folders:
or
path:e:;f:;j:;k: depth:1 nofiles:
or just
folders:e:;f:;j:;k: depth:1
as in
<e:|f:|j:|k:> depth:1 folders:
or
path:e:;f:;j:;k: depth:1 nofiles:
or just
folders:e:;f:;j:;k: depth:1
Re: Show top folders multiple drives
Yes, that does the job! Thanks!