OS:ProcessParameters

This is a subset of the `Process Parameters' section of Python's `os' package. If you want to add to this module, use the Python function signature where appropriate.

Import List

    IO
 
Procedure Summary
GetCwd(): STRING

          Returns a string representing the current working directory.

Procedure Detail

GetCwd

PROCEDURE GetCwd(): STRING
  RAISES Error;

Returns a string representing the current working directory.