GLBasic forum

Main forum => GLBasic - en => Topic started by: MrTAToad on 2010-Mar-09

Title: Retrieve Documents path on iPhone
Post by: MrTAToad on 2010-Mar-09
Has any got any code to return the Documents & tmp etc location back to a GLBasic program ? The ADC has Objective C example, but I dont know how to convert the result back to UTF -8...
Title: Re: Retrieve Documents path on iPhone
Post by: trucidare on 2010-Mar-09
PLATFORMINFO$("Documents")

tmp = PLATFORMINFO$("Documents") / ../tmp
Title: Re: Retrieve Documents path on iPhone
Post by: MrTAToad on 2010-Mar-09
Of course :)