Identifier: current_dir

Type

string

Description

The current working directory for file access. This identifier may be changed explicitly by assignment or implicitly by the path command.

When querying the value of current_dir, the returned value always includes the trailing ’/’ character.

There is a system command stanza pwd which equates to the command tell current_dir for compatibility with other scripting languages.

Examples

current_dir = 'c:/apps/test'
path c:/apps/test

See Also

Commands:

path

Identifiers:

home_dir (string)