View Single Post
Quote:
Originally Posted by Craig View Post
I'm wondering if the apostrophe (') throws things off. I too had problems, and I too have an apostrophe in my iPod's name.
for now i just removed checking code, remove this form script:

Code:
	tell application "Finder"
		if not (exists folder "Notes" of POSIX file 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