Results 1 to 3 of 3

Thread: deleting files

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    1

    Question

    Hey, i want to make a program that can manage and delete files and i can't figure out how to delete files? PLEASE HELP!

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Kill "C:\myfile.txt"
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

  3. #3
    Lively Member Skateboarder's Avatar
    Join Date
    Nov 2000
    Location
    Delfzijl, the Netherlands
    Posts
    66
    Cauz' yur making a sort of filemanager it could be nice if you could make and delete DIRECTORIES. This is done with

    Code:
    RmDir "c:\map"
    for removing dirs. But all the files in this map must be deleted.
    And this one is for making dirs:
    Code:
    MkDir "c:\map"
    I don't know if you need this information, but I always reply to something....
    To VB or not to VB, that's the question...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width