12.5.32    pwd

Description:   please what directory.

Syntax:         pwd

 

Argument:     none

Returns:        path name of the current working directory.

See Also:       file

 

Examples:      SETVAL text=[pwd]

 

This command is used to get the current working directory of the Tcl script.  Typically either replies:

Drive:/WebAccess/Node/projectname_NODE

Drive:/WebAccess/Client/projectname_NODE

 

Notice that it returns the UNIX style slash (forward slash) even on a Windows PC.