[ Version ( since = "3.0.0" ) ]
public static FileSystem? create (string uri) throws Error
This is a factory function to create a specific FileSystem object.
| uri |
An URI to specify file system with options. If you only have an absolute path, to_uri will help you. |
|
The newly created file system that is an object of a subclass of FileSystem. |