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.