Writing to a file in GP2X?

Previous topic - Next topic

Thunor

Cool :)

Therefore as there's currently no syncing anywhere (until Gernot updates GLBasic) anyone writing GP2X apps that write to files would be advised to end their code with :-
Code (glbasic) Select
SHELLCMD("sync", TRUE, FALSE, rv)
END
BTW you can omit the "ok =" part as we know it works and the return code is irrelevant.

I don't know why we're experiencing different results, but the tests worked ok for me using the default GUI so I don't think GMenu2X is going to make much difference. Of course you won't know that until you've tried it but then that's up to you :)

Regards

Kitty Hello

fixed in the next update. Thx for pointing this one out.