per Automator den Papierkorb leeren

gustavmega

Aktives Mitglied
Thread Starter
Dabei seit
19.12.2004
Beiträge
1.825
Reaktionspunkte
26
Hallo,

kann jemand mir sagen, wie ich per Automator den Papierkorb leeren kann?
 
Aktionen -> Automator -> Run AppleScript:
PHP:
on run
	tell application "Finder" to empty the trash
end run

Ciao
Farid
 
Zurück
Oben Unten