-
-
Notifications
You must be signed in to change notification settings - Fork 5
savedir()
Maingron edited this page Apr 2, 2021
·
2 revisions
savedir(path);-
path= Path of the desired folder destination [String]
savedir("C:/hackerman/");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")