Results 1 to 3 of 3

Thread: How to Create and Delete a New Folder...

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    India, Chennai
    Posts
    121

    Exclamation How to Create and Delete a New Folder...

    Hi Guys,
    How should I create a New Folder. And also I should know how should I delete a Folder. How should I sort the Contents of the Folder... Say how should I sort the Files in the Folder... Any help please... I need it very urgently...
    Thanks in Advance...

  2. #2
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    VB Code:
    1. MkDir "c:\foldername" 'create dir
    2. RmDir "c:\foldername" 'delete dir
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2000
    Location
    India, Chennai
    Posts
    121

    Ok Vlatko, How should I sort the Files in the Directory....

    Ok Vlatko,
    How should I sort the Files in the Directory. Say Suppose I've some text files. How should I sort these Text files based on the Contents of the Text file. Say suppose in the text file there are some employee numbers how should I sort these text files based on the Employee Number. First of all is it possible. Any Idea. Anyway thanks for your help.
    Regards,
    Ramanan.

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