Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '!!! OF COURSE YOU COULD COMBINE !!!' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
!!! OF COURSE YOU COULD COMBINE !!!
Authored by: theHub on Jun 11, '10 05:41:08PM
the second if statement of the try thus...
	if the buttonpressed is "No" then
		do shell script ¬
			"defaults write com.apple.finder AppleShowAllFiles OFF"
	else
		do shell script ¬
			"defaults write com.apple.finder AppleShowAllFiles ON"
	end if


[ Reply to This | # ]