View Single Post
Sorry I didn't reply any sooner. If it is only the checking code, it is safe to remove it. I will look into it tomorrow. My guess is that I have to use the quoted form of the path in the checking code. Something similar to

Code:
tell application "Finder"
	if not (exists folder "Notes" of POSIX file (quoted form of iPodPath)) then
		set dialogButtons to {"OK"}
		set msg to "Failed to find iPod " & iPodVolume & "." & return & "Script will stop."
		set defaultBtn to "OK"
	end if
end tell
Anything else bugging you?

Rod

Last edited by RodCloutier; 2007-08-07 at 07:12 PM.. Reason: Update code