|
webpg-npapi 0.6.1
|
Attempts to determine the system or user temporary path. Definition at line 459 of file webpgPluginAPI.cpp. Referenced by webpgPluginAPI(). {
char *gnupghome_envvar = getenv("TEMP");
if (gnupghome_envvar != NULL) {
return gnupghome_envvar;
} else {
return "";
}
}
|
1.7.4