[OSX] move files dificulty - What is error -8067 ?
[OSX] move files dificulty - What is error -8067 ?
- Subject: [OSX] move files dificulty - What is error -8067 ?
- From: Timothy Bates <email@hidden>
- Date: Sun, 30 Sep 2001 15:27:11 +1000
hi there,
Just trying get OS X 10.1 Finder to move a folder of downloaded screen
savers to my screen savers folder.
So I say:
tell application "Finder"
set fileList to every file of front window whose name contains ".saver"
set destination to folder "Screen Savers" of folder "Library" [opt-L]
of folder "tim" of folder "Users" of startup disk
move fileList to destination
end tell
--> Finder got an error: An error of type -8067 has occurred.
The filelist and destination variables are correct, just the move fails to
gel.
Any clues?
tim