GLBasic forum

Main forum => GLBasic - en => Topic started by: Dark Schneider on 2010-Feb-05

Title: iPhone maximum filename length?
Post by: Dark Schneider on 2010-Feb-05
Hello, as GLBasic does not support unicode then characters is not a problem for filenames, but its length can be, someone knows the max filename length for iPhone system?, to use with GLBasic "LOAD..." functions.
Title: Re: iPhone maximum filename length?
Post by: MrTAToad on 2010-Feb-05
I would think its about 1024 bytes, like a Mac.
Title: Re: iPhone maximum filename length?
Post by: Kitty Hello on 2010-Feb-05
Why do you care?
Title: Re: iPhone maximum filename length?
Post by: Dark Schneider on 2010-Feb-05
Quote from: Kitty Hello on 2010-Feb-05
Why do you care?

Because the content, a program can compile in PC but it could not work correctly on iPhone if it uses some wrong filenames.
Title: Re: iPhone maximum filename length?
Post by: MrTAToad on 2010-Feb-05
I think your mixing case-sensitivity with filename length...

Windows maximum filename length is a lot less than on a Mac