VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Create a new directory without API One line only

by DXB700 (3 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (6 Votes)

This code will make a new directory without any API, i've searched for some codes here, but didnt find
any short code for creating a directory. So, here it is, only one line of code ! No Api & only for begginers.
I think Advanced people know this ! you can check it anyhow. Enjoy :)
ICQ # : 7293201
E-mail : [email protected]

Inputs
n
Assumes
n
Code Returns
n
Side Effects
n
API Declarations
n

Rate Create a new directory without API One line only

'Put this in any event :
MkDir "C:\Windows\TheNewDirectory"
'You can make a new directory anywhere, not just in C:\Windows
'That's all :)

Download this snippet    Add to My Saved Code

Create a new directory without API One line only Comments

No comments have been posted about Create a new directory without API One line only. Why not be the first to post a comment about Create a new directory without API One line only.

Post your comment

Subject:
Message:
0/1000 characters