application class : CurrentDirectory getter
Description
Returns a path of the current directory.
Syntax
instance.CurrentDirectory
Arguments
None.
Return value
Class | Description |
string | A path of the directory. |
Sample code
1: | application app; |
2: | string path = app.CurrentDirectory; |
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.