Help
Status: Beta
Brought to you by:
ryankrumins
Hi I'm from italy.
I'm building a program like gthing.
I couldn't find documentation about libgthing functions.
I want to upload and download files to my phone with
this program but the function to get the file for example
needs the directory name the file name and the file size.
How can i get the file size?
Logged In: NO
It doesn't _need_ the file size - it _returns_ the file size. You
give it a pointer to a variable, and it puts the file size in that
variable.