Gamestudio Links
Zorro Links
Newest Posts
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
Release 2.68 replacement of the .par format
by Martin_HH. 09/23/25 20:48
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,161 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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: 50
Russia Stavropol
VoroneTZ Offline
Junior Member
VoroneTZ  Offline
Junior Member

Joined: Jun 2008
Posts: 50
Russia Stavropol
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: 50
Russia Stavropol
VoroneTZ Offline
Junior Member
VoroneTZ  Offline
Junior Member

Joined: Jun 2008
Posts: 50
Russia Stavropol
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