My AppleScript/ MacFileAttribs library including explanation is ready. Check
it out at:
http://homepage.mac.com/sjoerdoptland/macfileattribs.mc
Dave Cragg wrote/ schreef:
> Try this:
>
> put "HD Sjoerd:Desktop Folder:testfile" into tPath
> put "ttt" into tNewName
> put "tell application " & quote & "Finder" & quote & " to set name of file "
> \
> & quote & tPath & quote & "to" & quote & tNewName & quote into tScript
> send tScript to program "Finder" with "sysodsct"
Thanks, it work like a charm.
Regards,
Sjoerd
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.