Good afternoon,
I'm currently in the process of designing an application that downloads a zipped directory, extracts it, recurses through the directory while searching for any files. If a file is found, it is moved to a new folder. I've gotten the code that will move the files working, but I'm having a lot of trouble recursing through the directory. My inexperience and lack of knowledge with VB is not helping.
My question, simply put, is how can I recurse through a directory and its subdirectories and search for any files they may contain?
I'm currently in the process of designing an application that downloads a zipped directory, extracts it, recurses through the directory while searching for any files. If a file is found, it is moved to a new folder. I've gotten the code that will move the files working, but I'm having a lot of trouble recursing through the directory. My inexperience and lack of knowledge with VB is not helping.
My question, simply put, is how can I recurse through a directory and its subdirectories and search for any files they may contain?
Comment