Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 21,112 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
folder management functions #488185
04/15/24 10:10
04/15/24 10:10
Joined: Oct 2018
Posts: 98
7
7th_zorro Offline OP
Junior Member
7th_zorro  Offline OP
Junior Member
7

Joined: Oct 2018
Posts: 98
Can you add folder management functions?
For example, create a folder, delete it, move it, etc.

Re: folder management functions [Re: 7th_zorro] #488191
04/16/24 11:18
04/16/24 11:18
Joined: Jun 2008
Posts: 52
Caucasus
VoroneTZ Online
Junior Member
VoroneTZ  Online
Junior Member

Joined: Jun 2008
Posts: 52
Caucasus
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.
Re: folder management functions [Re: VoroneTZ] #488192
04/16/24 13:19
04/16/24 13:19
Joined: Oct 2018
Posts: 98
7
7th_zorro Offline OP
Junior Member
7th_zorro  Offline OP
Junior Member
7

Joined: Oct 2018
Posts: 98
This is a request to add to the zorro function. There are file-related functions, but no directory-related functions.

Last edited by 7th_zorro; 04/16/24 13:19.
Re: folder management functions [Re: 7th_zorro] #488194
04/17/24 06:52
04/17/24 06:52
Joined: Jun 2008
Posts: 52
Caucasus
VoroneTZ Online
Junior Member
VoroneTZ  Online
Junior Member

Joined: Jun 2008
Posts: 52
Caucasus
Originally Posted by 7th_zorro
This is a request to add to the zorro function


oh, but it is a Gamestudio forum section


Moderated by  aztec, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1