Frage

I know tell application "Finder" to open POSIX file "/folder/path/" will open a new finder window, how can I open a folder in the current finder window?

War es hilfreich?

Lösung

I found the answer myself:

tell application "Finder"
    set the target of the front Finder window to (POSIX file "/folder/path/")
end tell
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top