Delete file
Delete file
- Subject: Delete file
- From: Peter Wiherkoski <email@hidden>
- Date: Mon, 15 Jul 2002 09:01:20 +0200
Hello, I4m using a simply Finder-script that will delete hundreds of old
files on a mounted server:
tell app "Finder"
delete file "Server:xyzxyz"
end tell
In Mac OS 9 that is no problem. The deleted file is put in the Trash.
After all files are deleted, I use the "empty trash" command. Done.
But in OS X i got the following message for every file i want to delete:
"The item "xyzxyz" will be deleted immediately. Are you sure you want to
continue?". Why is that? It4s the same om ASIP 6.x or Mac OS X Server.
How can I solve this problem?
Thanks
Peter
_______________________________________________
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.