This method is obsolete. See the Remarks section below. |
Description
Use the Utilities.GetCurrentDir
method to get the fully qualified name of the current directory.
Declaration
Utilities.GetCurrentDir()
Result | String |
Applies To
The method is applied to the following object:
Result Value
The fully qualified name of the current directory.
Remarks
This method is obsolete. It is supported for backward compatibility only. To get the current directory, use the aqFileSystem.GetCurrentFolder
method.
See Also
aqFileSystem.GetCurrentFolder Method
aqFileSystem.SetCurrentFolder Method
aqFileSystem.Exists Method
aqFileSystem.CreateFolder Method