README.md

December 5, 2022 ยท View on GitHub

Create a new directory without API - One line only

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
ByDXB700
LevelBeginner
User Rating3.5 (21 globes from 6 users)
CompatibilityVB 5.0, VB 6.0
CategoryMiscellaneous
WorldVisual 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 :)