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.
vsi_clear_path_options(path_prefix)
No return value, called for side effect.
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.
vsi_set_path_option()