folder management functions

Posted By: 7th_zorro

folder management functions - 04/15/24 10:10

Can you add folder management functions?
For example, create a folder, delete it, move it, etc.
Posted By: VoroneTZ

Re: folder management functions - 04/16/24 11:18

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);
Posted By: 7th_zorro

Re: folder management functions - 04/16/24 13:19

This is a request to add to the zorro function. There are file-related functions, but no directory-related functions.
Posted By: VoroneTZ

Re: folder management functions - 04/17/24 06:52

Originally Posted by 7th_zorro
This is a request to add to the zorro function


oh, but it is a Gamestudio forum section
© 2024 lite-C Forums