Why isn't this delete file command working?
Why isn't this delete file command working?
- Subject: Why isn't this delete file command working?
- From: email@hidden
- Date: Wed, 18 Sep 2002 11:00:19 EDT
I've got an Applescript that goes through and deletes a bunch of things that
an installer put in place. Everything deletes fine until I get to one line
of code:
if file "MacPoET INIT" of +class extn; exists then
delete file "MacPoET INIT" of +class extn;
end if
Applescript doesn't like the "delete file" line. The file definetely
exists, so I don't know why I'm getting an error. I'm getting a -1728
error. Could it be that I'm not allowed to delete INITs in Applescript
under OS 9?
_______________________________________________
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.