Function ul_next_sys::ulConfigSetResourcePathPrefix

source ·
pub unsafe extern "C" fn ulConfigSetResourcePathPrefix(
    config: ULConfig,
    resource_path_prefix: ULString,
)
Expand description

The relative path to the resources folder (loaded via the FileSystem API).

The library loads certain resources (SSL certs, ICU data, etc.) from the FileSystem API during runtime (eg, file:///resources/cacert.pem).

You can customize the relative file path to the resources folder by modifying this setting.

(Default = “resources/”)