7 Teleservice Application Framework
User Manual 253/374
7.3.12.2 utils_remove_directory
Function Description
sint32 utils_remove_directory (const charn * const opcn_DirPath)
The function removes a directory, in case the directory exists.
Information Flow
Input Information
pointer to the name of the directory
Output Information
Function executed without error. The directory was removed successfulyl (if
directory is incorrect nothing happen)
7.3.12.3 utils_file_exists
Function Description
sint32 utils_file_exists (const charn * const opcn_FileName)
The function verifies if the file opcn_FileName exists in the current folder.
Information Flow
Input Information
pointer to file name we expect to find
Output Information