Gamestudio manual->Engine Functions->File manipulation

and check include\windows.h

long WINAPI CreateDirectory(char* lpPathName,long lpSecurityAttributes);
long WINAPI RemoveDirectory(char* lpPathName);
long WINAPI MoveFile(char* lpExistingFileName,char* lpNewFileName);

Last edited by VoroneTZ; 04/16/24 11:21.