Rexx - directory



This method gets the value of the current directory on the system.

Syntax

directory() 

Parameters

None

Return Value

This method gets the value of the current directory on the system.

Example

/* Main program */ 
options arexx_bifs 
say directory() 

When we run the above program we will get the following result. The results depend from system to system.

Output

D:\ 
rexx_regina.htm
Advertisements