Package ilcd
Class ProjectInfo
String getProjectFileName()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
| Returns | Description |
|---|---|
| projectFileName | a string which contains the file name of the project |
Returns the project filename (without extension).
Example
Draw.writeText(" get project file name: "
+ General.getProjectInfo().getProjectFileName());
See also:
Copyright © demmel products gmbh. All rights reserved.