GetCurPath Function | |
Get the current X# search path for opening file.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax Remarks Examples
This example uses GetCurPath() to specify the directory where a file is to be processed:
1FCreate2(GetCurPath() + "newfile.txt", FC_NORMAL)
See Also