|
-
Sep 1st, 2003, 05:44 AM
#1
Thread Starter
Lively Member
File directory structure [RESOLVED]
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
-
Sep 1st, 2003, 06:27 AM
#2
Thread Starter
Lively Member
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
-
Sep 1st, 2003, 07:17 AM
#3
Thread Starter
Lively Member
ok, so creating a directory uses the oh so cunningly named CreateDirectory method!
When I grow up, I wanna be competent
-
Sep 1st, 2003, 07:41 AM
#4
Thread Starter
Lively Member
One more question......How do you copy files?
When I grow up, I wanna be competent
-
Sep 1st, 2003, 08:51 AM
#5
Thread Starter
Lively Member
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
-
Sep 2nd, 2003, 01:40 AM
#6
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.
-
Sep 2nd, 2003, 01:48 AM
#7
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.
-
Sep 2nd, 2003, 02:33 AM
#8
Thread Starter
Lively Member
Cheers CornedBee, much appreciated
When I grow up, I wanna be competent
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|