Results 1 to 8 of 8

Thread: File directory structure [RESOLVED]

  1. #1
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81

    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

  2. #2
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81
    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

  3. #3
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81
    ok, so creating a directory uses the oh so cunningly named CreateDirectory method!
    When I grow up, I wanna be competent

  4. #4
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81
    One more question......How do you copy files?
    When I grow up, I wanna be competent

  5. #5
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81
    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

  6. #6
    Kitten CornedBee's Avatar
    Join Date
    Aug 01
    Location
    In a microchip!
    Posts
    11,594
    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.

  7. #7
    Kitten CornedBee's Avatar
    Join Date
    Aug 01
    Location
    In a microchip!
    Posts
    11,594
    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.

  8. #8
    Lively Member doh!'s Avatar
    Join Date
    Aug 03
    Posts
    81
    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
  •