Re: directories and files
Check out the System.IO.File and System.IO.Directory classes.
Cheers,
NTG
Re: directories and files
It might be easier for you to create the directory structure by only creating the deepest folders. This will automatically create all the folders above them.
Just a thought.
VB Code:
io.Directory.CreateDirectory(CurrentDirectoryPath & "\Subfolder name")
Re: directories and files
i know about that :) but i am wondering how you would go about creating and copying files on the fly (I know Directory.create/file.copy()) until there are no more files/dirs to create/copy...
Re: directories and files
i really need help, i cant get it to work :(
i need to copy all files and folders from the folder(s) specified to copy the stuff from