The location of the file.
If the underlying file exists.
True if the file exists.
The last modified time of the file.
The last modified time of the file, or new Date(0) if the file does not exist.
The size of the file in bytes.
The size of the file in bytes, or 0 if the file does not exist.
Delete the file.
Get the data from the file.
The contents of the file as a parsed object.
Set the data in the file.
The data to write to the file.
The number of spaces to indent the JSON.
Document itself.
Generated using TypeDoc
A class representing a file of data.