FileSystem.create

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

class FileSystem
static
create
(
string uri
)

Parameters

uri string

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

Return Value

Type: arrow.file_system.FileSystem

The newly created file system that is an object of a subclass of #GArrowFileSystem.