Displays the current disk directory for the process.
1 – Input
None.
2 – Output
A text string containing the name of the current disk directory.
3 – Example
The following example shows how to display the current working directory from DEC DATATRIEVE. $ SHOW DEFAULT DISK:[SMITH.WORK] $ DATATRIEVE DTR> PRINT FN$SHOWDEF USING X(80) FN$SHOWDEF [SMITH.WORK] DTR>