vsi_clear_path_options: Clear path specific configuration options

View source: R/RcppExports.R

vsi_clear_path_optionsR 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 "" (empty string), all path specific options are cleared. If set to a path prefix, only those options set with vsi_set_path_option(path_prefix, ...) will be cleared.

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

vsi_set_path_option()


gdalraster documentation built on April 4, 2025, 4:38 a.m.