vsi_get_fs_prefixes {gdalraster}R Documentation

Return the list of virtual file system handlers currently registered

Description

vsi_get_fs_prefixes() returns the list of prefixes for virtual file system handlers currently registered (e.g., "/vsimem/", "/vsicurl/", etc). Wrapper for VSIGetFileSystemsPrefixes() in the GDAL API.

Usage

vsi_get_fs_prefixes()

Value

Character vector containing prefixes of the virtual file system handlers.

See Also

vsi_get_fs_options()

https://gdal.org/user/virtual_file_systems.html

Examples

vsi_get_fs_prefixes()

[Package gdalraster version 1.10.0 Index]