cwd

Synopsis

$ cwd()

returns the current working directory.

Returns

The current working directory.

Examples

chdir("/etc"); println(cwd()); $handle = openf("passwd");

/etc

See Also