Hi,
I am trying to list all the files in a directory and add them to a
collection. As well, I am trying to add all the files to this collection
that might be in subdirectories (if exist).
Any hints to how I do this? With Dir$ and such, I can find only single files
and directories. I guess I should be using API functions I am not aware of.
Thanks for your help,
IS
I am trying to list all the files in a directory and add them to a
collection. As well, I am trying to add all the files to this collection
that might be in subdirectories (if exist).
Any hints to how I do this? With Dir$ and such, I can find only single files
and directories. I guess I should be using API functions I am not aware of.
Thanks for your help,
IS
Comment