Path to the file
The variable where to store the result of the operation
Delete a file from the filesystem, asynchronously.
Path to the file
The variable where to store the result of the operation
Get the path to 'Desktop' folder.
The current container
The path to the desktop folder
Get the path to 'Documents' folder.
The current container
The path to the documents folder
Get the path to this application 'Executable' folder.
The current container
The path to this applications executable folder
Get the path to this application 'Executable' file.
The current container
The path to this applications executable file
Get the path delimiter specific to the operating system.
The path delimiter
Get the path to 'Pictures' folder.
The current container
The path to the pictures folder
Get the path to 'Temp' folder.
The current container
The path to temp folder
Get the path to the user's home folder (on Windows C:\Users\<USERNAME>\
for example).
The path to user's "home" folder
Get the path to 'UserData' folder.
The current container
The path to userdata folder
Load a string from a file into a scene variable.
Variable where to store the content
Path to the file
The variable where to store the result of the operation
If true, will remove \r characters usually added by Windows when editing files
Load a string from a file into a scene variable, asynchronously.
Variable where to store the content
Path to the file
The variable where to store the result of the operation
If true, will remove \r characters usually added by Windows when editing files
Load a JSON file and convert it into a variable.
Variable to store the variable
Path to the file
The variable where to store the result of the operation
If true, will remove \r characters usually added by Windows when editing files
Load a JSON file and convert it into a variable, asynchronously.
Variable to store the variable
Path to the file
The variable where to store the result of the operation
If true, will remove \r characters usually added by Windows when editing files
Create a new directory at the given path.
The path to create a new directory
The variable where to store the result of the operation
Check if the file or directory exists.
The path to the file or directory
true if fhe file or directory exists
Reads the contents of a directory.
Path to the directory.
The variable where to store the result of the operation.
Read a directory's contents asynchronously.
Path to the directory
The variable where to store the result of the operation
Save a string into a file.
The string to be saved
Path to the file
The variable where to store the result of the operation
Save a string into a file, asynchronously.
The string to be saved
Path to the file
The variable where to store the result of the operation
Generated using TypeDoc
Delete a file from the filesystem.