Procedure DirectoryGetCurrent(directory)

DirectoryGetCurrent

The procedure DirectoryGetCurrent retrieves the full path of the current project directory.

DirectoryGetCurrent(
        directoryname      ! (output) scalar string parameter
        )

Arguments

directory

A scalar string parameter, that on return will contain the path of the current project directory. The string is always terminated by a directory slash \(\backslash\).

Return Value

The procedure returns 1.

See also

The procedure DirectorySelect.