Re: move theFile to thePath replacing no
Re: move theFile to thePath replacing no
- Subject: Re: move theFile to thePath replacing no
- From: Steve Thompson <email@hidden>
- Date: Fri, 25 Jul 2003 10:01:18 +0100
tell application "Finder"
try
move theFile to thePath replacing no
on error e
if e=-15267 then
-- do stuff
end if
end try
end tell
Shouldn't the 'replacing no' above append the file name instead of
returning
an error?
No. There's no scope in the Finder for it to alter file names. Only
users can do that.
_______________________________________________
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.