Functions.GetCurPath Method |  |
Get the current X# search path for opening file.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.16
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