Ce script (appleScript) ne fonctionne pas sur mon ordinateur
on clicked theObject
set theFile to open for access ("sauvegarde.txt" as POSIX file) with write permission
set theData to (contents of text field "source" of main window)
write theData to theFile as string
close access theFile
end clicked
Pouvez vous me renseigner sur l'erreur ou me fournir un autre script de sauvegarde SVP
[email protected]
Merci
on clicked theObject
set theFile to open for access ("sauvegarde.txt" as POSIX file) with write permission
set theData to (contents of text field "source" of main window)
write theData to theFile as string
close access theFile
end clicked
Pouvez vous me renseigner sur l'erreur ou me fournir un autre script de sauvegarde SVP
[email protected]
Merci