Properties
File
Constructors
Functions
Returns whether the file was
changed or not. What defines a change is an implementation detaill.
If a file was saved successfully, this
method must return false. Defaults
to: false
Returns whether the file is
editable or not. Defaults to: false
Saves the current state of the file to the filesystem. Only files that are editable need to implement this method. Defaults to: noop