VINDICTA.TOP
Filesystem · Function
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

makefolder

Creates a new folder at the specified path.

function makefolder(pathpathstringPath to the folder to create.: string): ()

Usage

Create a directory
makefolder("logs")
appendfile("logs/today.txt", "Session started\n")