[futurebasic] Re: files and windows

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : March 2008 : Group Archive : Group : All Groups

From: Brian Stevens <bstevens33@...>
Date: Thu, 13 Mar 2008 15:07:20 -0700
On Mar 13, 2008, at 8:53 AM, Eugen Rosu wrote:

> Your interesting example was very usefull to me, but how it cannot  
> open a file with a name longer than 22 characters. Is there any  
> solution?

Yes, 31 character file names are a limitation of FSSpecs which is  
what the example uses.  Change to FSRefs to eliminate this limitation.

Brian S.