|
-
Jul 12th, 2001, 11:36 AM
#1
Thread Starter
Lively Member
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...
-
Jul 12th, 2001, 11:48 AM
#2
Frenzied Member
VB Code:
MkDir "c:\foldername" 'create dir
RmDir "c:\foldername" 'delete dir
-
Jul 13th, 2001, 02:50 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|