vsi_get_fs_prefixes: 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()
Arguments
Value
Character vector containing prefixes of the virtual file system
handlers.