FileLauncher.writable
bool writable() @property nothrowGet writable property.
Returns
Whether to make the file writable for the handler.
void writable(bool propval) @property nothrowSet writable property.
Parameters
propval | Whether to make the file writable for the handler. |