File and Directory Management Functions

The following table shows the RAPI file and directory management functions.

File and directory management functions
 
CeFindAllFiles CeSetFilePointer
CeFindFirstFile CeSetEndOfFile
CeFindNextFile CeCreateDirectory
CeFindClose CeRemoveDirectory
CeGetFileAttributes CeMoveFile
CeSetFileAttributes CeCopyFile
CeCreateFile CeDeleteFile
CeReadFile CeGetFileSize
CeWriteFile CeGetFileTime
CeCloseHandle CeSetFileTime

    To retrieve path information

    To retrieve other information

Also, you must free the memory allocated by the CeFindAllFiles function by calling the CeRapiFreeBuffer function.