string
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.
current_dir = 'c:/apps/test'
path c:/apps/test
Commands: |
|
Identifiers: |
home_dir (string) |