Hello.
I need to sort a list that contains paths (relative or absolute) so that the deepest path appears first, for example:
\New Folder\Item1\tools\1
\New Folder\Item1\tools
\New Folder\Item1
\New Folder
etc...
Is there an API in Path
class I can use to do it?
Thanks! J.