Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
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,561 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
set save_dir folder #406230
08/15/12 13:55
08/15/12 13:55
Joined: Aug 2011
Posts: 133
Germany, Supergeheimes Hinter-...
G
gameplan Offline OP
Member
gameplan  Offline OP
Member
G

Joined: Aug 2011
Posts: 133
Germany, Supergeheimes Hinter-...
Hi,

this is a very easy question, but somehow I dont get it by myself. I want to set a savedirectory, that is not the workdirectory. That means I want to save my savegames in "work_dir\gamesaves". But the manual doesnt helped me. I tired to use this in many different forms, but it doesnt work:

For example: str_cpy(save_dir,"work_dir\\gamesave"); or save_dir = "\\gamesave";

thanks

Last edited by gameplan; 08/15/12 13:55.

Version: A8 free
OS: Windows 10
Re: set save_dir folder [Re: gameplan] #406245
08/15/12 17:01
08/15/12 17:01
Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
Kartoffel Offline
Expert
Kartoffel  Offline
Expert

Joined: Jun 2009
Posts: 2,210
Bavaria, Germany
use str_cpy(save_dir, "");

if you use
str_cpy(save_dir, "Save");
and your application saves something a sub-folder 'Save' gets created where your current code file (or the .exe if its compiled) is located.


POTATO-MAN saves the day! - Random
Re: set save_dir folder [Re: Kartoffel] #406312
08/16/12 19:15
08/16/12 19:15
Joined: Aug 2011
Posts: 133
Germany, Supergeheimes Hinter-...
G
gameplan Offline OP
Member
gameplan  Offline OP
Member
G

Joined: Aug 2011
Posts: 133
Germany, Supergeheimes Hinter-...
thanks, it works.


Version: A8 free
OS: Windows 10

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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