application class : ExeDirectory getter
Description
Returns a path of the directory where the execution file of this application exists.
Syntax
instance.ExeDirectory
Arguments
None.
Return value
Class | Description |
string | A path of the directory. |
Sample code
1: | application app; |
2: | string path = app.ExeDirectory; |
Notes
Please note that the values of the CurrentDirectory getter and the ExeDirectory getter may differ depending on how the application is started.
Links for reference
None.