Re: Long Filenames with Applescript
Re: Long Filenames with Applescript
- Subject: Re: Long Filenames with Applescript
- From: Michael Turner <email@hidden>
- Date: Fri, 09 Mar 2001 16:04:07 -0500
>
From: Chris Nebel <email@hidden>
>
Organization: Apple Computer, Inc.
>
>
Mac OS 9.0 and later have the system APIs to handle long file names (though
>
they only work if the file system supports them -- HFS+, UFS, and NFS do; HFS
>
doesn't), but only the Mac OS X Finder supports them so far. So, in Mac OS
>
X, you can say things like:
>
>
tell application "Finder"
>
make new folder with properties {name: "This is a very very very long
>
folder name"}
>
end
>
>
...and it works just fine. "Info for" still gives you the HFS-mangled name;
>
we hope to fix that soon.
>
>
>
--Chris Nebel
>
AppleScript Engineering
What is the new upper limit for file name length?
</Michael>