Hello,
I need to extract all available parents for a file. For example, i have a file like "c:\users\admin\Downloads\1\2\3\4\5\test.stub", i need to add any parent to a list of Files, that it contains:
c:\users\admin\Downloads\1\2\3\4\5\
c:\users\admin\Downloads\1\2\3\4\
c:\users\admin\Downloads\1\2\3\
...
c:\
Any Ideas how i could make that?
Thanks in Advance,
Flo