VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Teaches how to make files and folders, delete files and folders and various other file tasks.

by Lizard Man (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 17th June 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Teaches how to make files and folders, delete files and folders and various other file tasks.

Rate Teaches how to make files and folders, delete files and folders and various other file tasks.



Kill "directory/filename.extention"
'To make a folder
MkDir "Directory"
'To Remove A Folder and its contents
RmDir "Directory"
'To Move/Cut A File/Folder
Move "directory/file to move" as "new location/new filename"
'Start a program
Shell "directory/filename"
'Exit the program
End

Download this snippet    Add to My Saved Code

Teaches how to make files and folders, delete files and folders and various other file tasks. Comments

No comments have been posted about Teaches how to make files and folders, delete files and folders and various other file tasks.. Why not be the first to post a comment about Teaches how to make files and folders, delete files and folders and various other file tasks..

Post your comment

Subject:
Message:
0/1000 characters