How can I open a new window of Finder in AppleScript? I am using an if else statement to open a window. I tried an Osascript command but it gave me a syntax er
Osascript
My Alfred Workflow script:
on alfred_script(q)
tell application "Finder" make new Finder window end tell
end alfred_script