FileSystem.create

arrow.file_system.FileSystem create(string uri)

This is a factory function to create a specific #GArrowFileSystem object.

Parameters

uriAn URI to specify file system with options. If you only have an absolute path, glib.global.filenameToUri will help you.

Returns

The newly created file system

that is an object of a subclass of #GArrowFileSystem.

Throws