I have a file system as so;
F:\workfile\
containing folders in sequence such as.
A101, A102, A103......through to Z999. So a nice constant of [a-z][0-9][0-9][0-9]
I'd like to check for incorrectly 'nested' folders I.e. a drag and drop where for instance F:\workfiles looks like this;
A101
A103
A104
A105
And I'm 'missing' a folder which now resides;
F:\workfiles\A103\A102
I've done this previously with something close to;
File name: [a-z][0-9][0-9][0-9]
Look in: F:\Workfile\
Persistent Search Filter: F:\Workfile;-regex:(.*\)[5,5]
Attributes; folder 'on' (?)
I just want to return search of folders (not files) and just one folder deep to find these 'dropped' folders. I can't remember exactly how I did it before. Thanks in advance