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 Declarationsn
'Put this in any event :
MkDir "C:\Windows\TheNewDirectory"
'You can make a new directory anywhere, not just in C:\Windows
'That's all :)