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
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
Last edited by doh!; Sep 2nd, 2003 at 06:04 AM.
When I grow up, I wanna be competent
ok, so I can find a directory using findfirst(), but how do you create a new directory?
When I grow up, I wanna be competent
ok, so creating a directory uses the oh so cunningly named CreateDirectory method!
When I grow up, I wanna be competent
One more question......How do you copy files?
When I grow up, I wanna be competent
Come up against a small problem, WinCE doesn't like FindFirst. Has anyone got any other methods to see if a directory exists?
When I grow up, I wanna be competent
CopyFile for copying.
Don't know about CE stuff for FindFirst. (Isn't it FindFirstFile?)
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
All the buzzt
CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Cheers CornedBee, much appreciated
When I grow up, I wanna be competent