Skip to content

savedir()

Maingron edited this page Apr 2, 2021 · 2 revisions

Create a directory

Code

savedir(path);

Variables

  • path = Path of the desired folder destination [String]

Example

savedir("C:/hackerman/");

Explanation

savedir() creates a new directory. It will do nothing if the folder already exists. Use a "/" at the end where possible ("C:/hackerman/" instead of "C:/hackerman")