SwFileSystem

From SWWorkshop

Jump to: navigation, search

This api provides file system control functions on Windows.

Functions

void  swFileSystemSetResourcePath(char *name);
char* swFileSystemGetProgramWorkingPath();
char* swFileSystemGetResourcePath();
FILE* swFileSystemOpenFile(char *path,char *mode);
void  swFileSystemQueryFiles(char *folderPath,int fileLinkedListID,char *extensionFilter);
Personal tools