Reverse Iterate a Folder

Hello (Once again),

I am looking at a way to recurse in a folder but in reverse (going up instead of deeper)
Lets says i'm in c:\Test\MyDir\Bla\
And I want to recurse until I find Something.txt located in c:\Test

Is there a way to do that easily ?

Best regards,

Luc

Hi Luc,

Here's another example project which will search a directory tree for a file, starting at the deepest level and work its way back.

Regards,
Paul.

InverseDirectorySearch.fbz6 (2.57 KB)

Thank you once again Paul.
Yet another useful example project file.

Regards,
Luc