1 02/02/84 get_default_wdir_ 2 3 4 Entry points in get_default_wdir_: 5 (List is generated by the help command) 6 7 8 :Entry: get_default_wdir_: 02/02/84 get_default_wdir_ 9 10 Function: returns the pathname of the user's current default working 11 directory. 12 13 14 Syntax: 15 declare get_default_wdir_ entry returns (char(168)); 16 default_wdir = get_default_wdir_ (); 17 18 19 Arguments: 20 default_wdir 21 is the pathname of the user's current default working directory. 22 (Output)