Re: make new folder
Re: make new folder
- Subject: Re: make new folder
- From: Michelle Steiner <email@hidden>
- Date: Sun, 1 Jun 2008 19:49:49 -0700
On Jun 1, 2008, at 7:42 PM, Luther Fuller wrote:
pictFile and hFolder have the same parent folder. Move ought to work
here!
This worked for me:
tell application "Finder"
activate
set PictFile to choose file
set hFolder to choose folder
move PictFile to hFolder
end tell
PictFile and hFolder are at the same level within the same containing
folder.
I had the same result as you did with System Events.
-- Michelle
--
We are like tenant farmers chopping down the fence around our house
for fuel when we should be using nature's inexhaustible sources of
energy - sun, wind and tide. I'd put my money on the sun and solar
energy. What a source of power! I hope we don't have to wait until oil
and coal run out before we tackle that.
-- Thomas Alva Edison (1847-1931)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden