File class or File library
in
Programming Questions
•
2 years ago
Where is the documentation for the File class or File library (if one exists)?
In some examples I have seen the following
File dir = new File("some-directory-name");
I know that selectFolder() can be used, and a system variable called sketchPath.
What other file oriented system varables are availble as well? I am really loking for enough information so I can traverse disks and directories, fild files,create files, open files, read and write files, or delete files.
In some examples I have seen the following
File dir = new File("some-directory-name");
I know that selectFolder() can be used, and a system variable called sketchPath.
What other file oriented system varables are availble as well? I am really loking for enough information so I can traverse disks and directories, fild files,create files, open files, read and write files, or delete files.
1