VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create a folder with one line of code no OCX's or other controls

by Per Andersson (6 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (13 Votes)

Here you can make a new folder with just ONE line of code. You decide where you wanna place the folder(like 'c:\New Folder\Sub\'). You don't need any extra OCX's or other kind of controls so just take the code and enjoy it. The code is very useful to me and im sure it will be to you too.
/Author

Inputs
No Inputs
Assumes
This is a very simple code and i don't think there is any problems
Code Returns
Well, you get a nice new folder.
Side Effects
No side effects on my perfect code!
API Declarations
There is no declarations but you can
visit our homepage:
www.FireStorm.Now.Nu

Rate Create a folder with one line of code no OCX's or other controls

Private Sub Command1_Click()
MkDir "c:\New Folder"
End Sub

Download this snippet    Add to My Saved Code

Create a folder with one line of code no OCX's or other controls Comments

No comments have been posted about Create a folder with one line of code no OCX's or other controls. Why not be the first to post a comment about Create a folder with one line of code no OCX's or other controls.

Post your comment

Subject:
Message:
0/1000 characters