Phantom
Documentation [Help Home] [Phantom Home] |
GetCurrentDir (Deprecated)
|
string GetCurrentDir() Return Type: string Parameters: none Description: This function returns a string with the current working directory. All relative paths will be with respect to the directory returned by this function. To change the directory, see the 'ChangeDir' or 'cd' command. Note: This function has been included for compatibility with older versions of Phantom. The 'pwd' function should be used instead. |