Re: Delete file simply
Re: Delete file simply
- Subject: Re: Delete file simply
- From: Paul Berkowitz <email@hidden>
- Date: Sat, 10 Mar 2001 06:49:48 -0800
On 3/9/01 12:19 PM, "titine titine" <email@hidden> wrote:
>
Hello
>
>
I want to delete a file with only one command. The
>
only way I know to do this is to put the file in the
>
trash and empty the trash. But it's too long for me...
>
Thank
If it's less trouble to use a scripting addition, you don't even need an
application command. If your file is 'someFile':
deleteFile someFile -- Jon's Commands
or
collate someFile with deletion -- Akua Sweets
depending, perhaps, on whether you're already using one of those two osax
collections for something else in the script.
--
Paul Berkowitz