Re: script to delete .html files from a folder
Re: script to delete .html files from a folder
- Subject: Re: script to delete .html files from a folder
- From: "Adam K. Wuellner" <email@hidden>
- Date: Fri, 5 Nov 2004 11:03:51 -0600
On Nov 5, 2004, at 10:42 AM, Adam K. Wuellner wrote:
On Nov 5, 2004, at 10:08 AM, Roger Donaghy wrote:
tell application "Finder"
set thePath to (startup disk as text) &
"Users:rdonaghy:Documents:testScript:"
[...]
end tell
set thePath to (path to startup disk as text) & "Users:akw:Desktop:"
tell application "Finder"
[...]
end tell
Note that I put the (path to startup disk) outside of the Finder tell
block,
In fairness, what you were doing with (startup disk) inside the Finder
tell block was fine. 'startup disk' is a Finder term. 'path to ...'
is not, but that's not what you were using. Sorry about that.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden