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")Creates a new folder at the specified path.
function makefolder(pathpathstringPath to the folder to create.: string): ()makefolder("logs")
appendfile("logs/today.txt", "Session started\n")