Deletes a file from the disk.
Path to file.
Returns true if the file was successfully deleted. Otherwise, returns false.
Checks if a file exists.
Path to file.
Returns true if the provided file exists. Otherwise, returns false.
Reads a JSON file.
Path to file.
Contents of file.
Writes data as JSON to a file.
Path to file.
JSON data to write.
Returns true if data was written successfully. Otherwise, returns false.
Generated using TypeDoc
Static class responsible for handling all IO requests.