fstream

Interact with the internally used file streamer

Folder exists?

fstream.folderExists(string: path);

Return's a boolean.

Create folder

fstream.createFolder(string: path);

Delete folder

fstream.deleteFolder(string: path);

File exists?

fstream.fileExists(string: path);

Return's a boolean.

Read file

fstream.readFile(string: path);

Delete file

fstream.deleteFile(string: path);

Rename file

Get file list

Returns an array of file paths from the specified directory.

Error log

Writes an error log to 'C:\Users\username\AppData\Roaming@buse\cs2.txt'. Example output:

Last updated

Was this helpful?