Re: De-Selecting all selected files/folders
Re: De-Selecting all selected files/folders
- Subject: Re: De-Selecting all selected files/folders
- From: nellA hciR <email@hidden>
- Date: Tue, 02 Jan 2001 10:51:26 -0900
i would suggest that instead of selecting a file that you need to delete to
do something like the following:
tell application "Finder"
move file "HD:Desktop Folder:test" to trash
empty trash
end tell
-- hcir
>
Is it possible to de-select all previously selected files and folders? I
>
have a script that selects a file and deletes it, but it also deletes a file
>
that was selected earlier by another script.