removing a resource fork?
removing a resource fork?
- Subject: removing a resource fork?
- From: Hamish Graham <email@hidden>
- Date: Fri, 25 Jun 2004 00:32:58 +0100
Is there a better way than this to remove a files resource fork?
-------
on zapResource(filePath)
set tmpPath to filePath & ".tmp"
do shell script "cp \"" & filePath & "\" \"" & tmpPath & "\"; mv \"" &
tmpPath & "\" \"" & filePath & "\""
end zapResource
--------
Thanks
Hamish
_______________________________________________
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.