-
-
Notifications
You must be signed in to change notification settings - Fork 3
deletefile()
Maingron edited this page Apr 2, 2021
·
2 revisions
deletefile(path);
-
path
= Path of the desired file to delete [String]
deletefile("C:/Documents and Settings/pi.txt");
deletefile("C:/Documents and Settings/");
deletefile() allows you to delete a file or directory within IOfs.
Note: Files inside a directory won't be deleted, only the directory itself. Imagine the directory being a portal. You just have to recreate the portal to see your files again. You'd have to delete the files individually.