Phantom Documentation

[Help Home] [Phantom Home]
pwd

string pwd()

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 cd command.

Example Code
1 >>disp(pwd());
c:\Projects


 


Copyright 2000-2011 Phantom Automated Solutions