Function psyiage_log_glob_known_log_files¶
Defined in File psyiagesdk.h
Function Documentation¶
-
PSYIAGE_API int
psyiage_log_glob_known_log_files
(char **filelist[], uint32_t *flagslist[], int *numfiles)¶ Retrieve list of known log files.
Search for known log files that exist in the file system
- Return
If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code
- Parameters
filelist
: - If successful, contains an array of log file paths that exist in the file systemflagslist
: - If successful, contains an array of log file flags corresponding to the log file in filelistnumfiles
: - If successful, contains the number of log files found