ProjectDirectory Type
What a directory looks like to Issie. The .dprj marker is not needed to load a project - loadAllComponentFiles reads the .dgm files and never opens it - but it is how a project is told from a folder that merely happens to have sheets in it, and how "would this new project be inside an existing one?" is answered.
Union cases
| Union case | Description |
Full Usage:
IsProject
|
|
Full Usage:
NotAProject
|
|
Full Usage:
SheetsButNoMarker
|
Instance members
| Instance member | Description |
Full Usage:
this.IsIsProject
Returns: bool
|
|
Full Usage:
this.IsNotAProject
Returns: bool
|
|
Full Usage:
this.IsSheetsButNoMarker
Returns: bool
|
|