-
-
Notifications
You must be signed in to change notification settings - Fork 3
loadfile()
Maingron edited this page Apr 2, 2021
·
5 revisions
loadfile(path, requestattributes = 0);
-
path
= Path of the desired file [String] -
requestattributes
= Returns only file attributes if true [Boolean]
loadfile("C:/Documents and Settings/pi.txt");
loadfile("C:/Documents and Settings/pi.txt", 1);
loadfile() allows you to load a file that's saved within IOfs. You can then manipulate the file and save it with savefile()