This function displays the list of the files registered in the active project.
[Specification format]
project.File.Information()
|
[Argument(s)]
None
[Return value]
List of the files registered in the active project (in a full path)
[Detailed description]
- | This function displays the list of the full path of the files registered in the active project. |
[Example of use]
>>>project.File.Information()
C:\prj\src\file1.c
C:\prj\src\file2.c
C:\prj\src\file3.c
>>>
|