vsi_clear_path_options {gdalraster} | R Documentation |
Clear path specific configuration options
Description
vsi_clear_path_options()
clears path specific options previously set
with vsi_set_path_option()
.
Wrapper for VSIClearPathSpecificOptions()
in the GDAL Common Portability
Library. Requires GDAL >= 3.6.
Usage
vsi_clear_path_options(path_prefix)
Arguments
path_prefix |
Character string. If set to |
Value
No return value, called for side effect.
Note
No particular care is taken to remove options from RAM in a secure way.
See Also
[Package gdalraster version 1.11.1 Index]