Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
Project Function
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Project («project»)
          Open the last project.
 
     Arg Project («arg» «project»)
          Open the project makefile at the cursor as a PWB project. The
          name of the project is specified by the text from the cursor
          to the first blank character.
 
     Arg <textarg> Project («arg» <textarg> «project»)
          Open the project makefile specified by <textarg> as a PWB
          project.
 
     Arg Arg Project («arg» «arg» «project»)
          Close the current project.
 
     Arg Meta Project («arg» «meta» «project»)
          Open the project makefile at the cursor as a non-PWB project
          (foreign makefile).
 
     Arg <textarg> Meta Project («arg» <textarg> «meta» «project»)
          Open the project makefile specified by <textarg> as a non-PWB
          project.
 
     Returns
 
     True:  A project is open.
     False: A project is not open.
 
     See
 
     Lastproject
     Project New
     Project Open
     Project Close
     PWB Command Line
                                    -♦-