MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetTemporaryFileName

Function GetTemporaryFileName

sourcecommon/utils.cpp:1960–1969  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1958}
1959//---------------------------------------------------------------------------
1960String GetTemporaryFileName(void)
1961{
1962 char path[MAX_PATH]=".";
1963 char name[MAX_PATH]="xxx";
1964
1965 GetTempPath(sizeof(path),path);
1966 GetTempFileName(path,"TMP",0,name);
1967
1968 return String(name);
1969}
1970//---------------------------------------------------------------------------
1971char * szSecurePassword = "Y_6IZ!h7IYb4QgE";
1972AnsiString SecurePassword(AnsiString password)

Callers 1

aViewFileExecuteMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected