pub unsafe extern "C" fn cef_create_directory(
full_path: *const cef_string_t,
) -> c_intExpand description
Creates a directory and all parent directories if they don’t already exist. Returns true (1) on successful creation or if the directory already exists. The directory is only readable by the current user. Calling this function on the browser process UI or IO threads is not allowed.