AppleScript and Packages on OS 9
AppleScript and Packages on OS 9
- Subject: AppleScript and Packages on OS 9
- From: Carsten Gehle <email@hidden>
- Date: Mon, 08 Apr 2002 22:48:45 +0200
Hi all!
I am new to AppleScript and new to this list. Does anyone know how to access
files (and folders) of application packages on OS9? If saw that I need to
create a ref by using
set theLibsFolder to (((thePackage as string) & ":Contents:MacOS9:Libs") as
alias)
to get something which could be asked about files. Well, using
count of files of theLibsFolder
is working, but
name of item 1 of theLibsFolder
causes
"Cannot access "Contents" of folder....."
Unfortunately I did not find any way to set the hasBundle bit of the package
(in order to make a folder of it, temporarily). Am I missing something?
Many thanks in advance,
Carsten
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.