set filePath to "/Users/Me/Desktop/" & "Screenshot" & ".png"
do shell script "screencapture -mx -T1 " & filePath
tell application "Finder"
set extension hidden of (filePath as POSIX file) to false
end tell
El código anterior produce el mensaje de error:
Buscador tienes un error: no se Puede establecer la extensión oculta de archivo "Macintosh HD:Users:Me:Escritorio:Captura de pantalla.png" a false.