isWritableFileSystem
Check if a given file system supports writing files.
Keep in mind that just because a file system supports writing, that does not mean that writes will always succeed. There may be permissions issues or other errors that prevent writing a file.
Parameters
scheme
The scheme of the filesystem, for example file
or git
.