cef_get_temp_directory

Get the temporary directory provided by the system.

WARNING: In general, you should use the temp directory variants below instead of this function. Those variants will ensure that the proper permissions are set so that other users on the system can't edit them while they're open (which could lead to security issues).

version(cef && embedded_cef_bindings)
extern (C)
int
cef_get_temp_directory
(
cef_string_t* temp_dir
)

Meta