cef_create_directory

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.

version(cef && embedded_cef_bindings)
extern (C)
int
cef_create_directory
(
const(cef_string_t)* full_path
)

Meta