Hi,
I am trying to create a function that will see if a file directory struture exists. If it doesn't, I need to create it. I have no clue what commands I should be looking towards. Can anyone give me a pointer, please?
Cheers
Printable View
Hi,
I am trying to create a function that will see if a file directory struture exists. If it doesn't, I need to create it. I have no clue what commands I should be looking towards. Can anyone give me a pointer, please?
Cheers
ok, so I can find a directory using findfirst(), but how do you create a new directory?
ok, so creating a directory uses the oh so cunningly named CreateDirectory method!
One more question......How do you copy files?
Come up against a small problem, WinCE doesn't like FindFirst. Has anyone got any other methods to see if a directory exists?
CopyFile for copying.
Don't know about CE stuff for FindFirst. (Isn't it FindFirstFile?)
Cheers CornedBee, much appreciated