FileSystem.getFileInfo

Get information for the given target.

Any symlink is automatically dereferenced, recursively. A non-existing or unreachable file returns an OK status and has a #GArrowFileType of value arrow.types.FileType.NotFound. An error status indicates a truly exceptional condition (low-level I/O error, etc.).

class FileSystem
getFileInfo
(
string path
)

Parameters

path string

The path of the target.

Return Value

Type: arrow.file_info.FileInfo

A #GArrowFileInfo.