Y
Yves
Hello,
I have a little question.
I want to make a small app that counts all the files located in a specific
directory (chosen via a FolderBrowserDialog by a user). The question is: is
there a method (of something else) that can retrieve all the files (in that
specific directory) and subdirectories (and in possible subdirectories of
the subdirectories). So I mean every single file starting with the given
folder and not only the files in the mainfolder (NOT dir.getfiles())
Or do I have to create my own method with arrays or collections...
Thank you,
Yves
I have a little question.
I want to make a small app that counts all the files located in a specific
directory (chosen via a FolderBrowserDialog by a user). The question is: is
there a method (of something else) that can retrieve all the files (in that
specific directory) and subdirectories (and in possible subdirectories of
the subdirectories). So I mean every single file starting with the given
folder and not only the files in the mainfolder (NOT dir.getfiles())
Or do I have to create my own method with arrays or collections...
Thank you,
Yves