cef_directory_exists

Returns true (1) if the given path exists and is a directory. Calling this function on the browser process UI or IO threads is not allowed.

version(cef && embedded_cef_bindings)
extern (C)
int
cef_directory_exists
(
const(cef_string_t)* path
)

Meta