Retrieve Documents path on iPhone

Previous topic - Next topic

MrTAToad

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...

trucidare

PLATFORMINFO$("Documents")

tmp = PLATFORMINFO$("Documents") / ../tmp
MacBook Pro 2,2 GHz Core 2 Duo, 4 GB RAM, 160 GB HDD, 8600M GT
Core i3 - 3,07 GHz, 8 GB Ram, 2.5 TB HDD, Geforce GTX 260+ OC

MrTAToad