README.md
December 5, 2022 ยท View on GitHub
Description
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 : Strange_Life@hotmail.com
More Info
n
| Submitted On | |
| By | DXB700 |
| Level | Beginner |
| User Rating | 3.5 (21 globes from 6 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual Basic |
| Archive File |
API Declarations
n
Source Code
'Put this in any event :
MkDir "C:\Windows\TheNewDirectory"
'You can make a new directory anywhere, not just in C:\Windows
'That's all :)