Copies a file from one location to another.
The source file path.
The destination to copy the source to.
Cehcsk to see if a file exists. Note this also checks if a folder of the same name exists too.
The source file path.
True if exists, false if no file nor folder exists.
Reads the entire file as a string. NOTE: This is an alias for read.
The source file path.
description description
Reads the entire file as a string.
The source file path.
description description
Deletes a file from the system.
The source file path.
Saves text data to a file. Overwrites entire file with provided data. NOTE: This is an alias for write.
The source file path.
The text data to save.
Saves text data to a file. Overwrites entire file with provided data.
The source file path.
The text data to save.