cef_settings_t.resources_dir_path

The fully qualified path for the resources directory. If this value is empty the *.pak files must be located in the module directory on Windows/Linux or the app bundle Resources directory on MacOS. If this value is non-empty then it must be an absolute path. Also configurable using the "resources-dir-path" command-line switch.

struct cef_settings_t
cef_string_t resources_dir_path;

Meta