112
Log_NextFile ( Wildcard )
Log_NextFile ( Wildcard )
Log_NextFile ( Wildcard )
Log_NextFile ( Wildcard )
Read the name of the last file in the Logs directory. Use this to loop through all filenames, and use wildcards to
filter results.
Syntax
HRESULT Log_ClearFile(
[in]BSTR Wildcard,
[out, retval] BSTR* FileName
);
Parameters
Wildcard
[in] Filter the list of log names returned. Leave blank for all.
Filename [out, retval] The name of the next file in the directory.