SwFileSystem
From SWWorkshop
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);
