Jump to content

Qwarqwa

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Qwarqwa

  1. Hi: 

    i tried a seemingly simple thing, opening and closing the active window in Path Finder. However ... closing runs smoothly with

     

    on run argv
      tell application "Path Finder" to close every window
    end run

     

    however opening does not work:

     

    on run argv
      tell application "Path Finder" to open new window
    end run

     

    Why is this, appreciate some help!

×
×
  • Create New...