| When the script editor is saving scripts it uses this function to ensure
that the file is writable. This is usefull in the context of source control
system that require a checkout operation before a file can be written to.
By default this method does nothing as the actions permitted by
File are
rather limited.
Parameters: file - The file that is being requested to make writable Whether the file can be written so, by default just return the file state |