This function displays the list of project files.
[Specification format]
[Argument(s)]
None
[Return value]
List of project file names
[Detailed description]
- | This function displays the list of project files of the main project and subprojects included in the loaded project. |
[Example of use]
>>>project.Information()
C:\project\sample\test.mtpj
C:\project\sample\sub1\sub1project.mtsp
C:\project\sample\sub2\sub2project.mtsp
>>>
|