1 02/15/82 get_pdir_
2
3
4 Entry points in get_pdir_:
5 List is generated by the help command
6
7
8 :Entry: get_pdir_: 02/11/82 get_pdir_
9
10
11 Function: returns the absolute pathname of the user's process
12 directory. For a discussion of process directories, see "System
13 Directories" in Section III of the MPM Reference Guide.
14
15
16 Syntax:
17 declare get_pdir_ entry returns char168;
18 process_dir = get_pdir_ ;
19
20
21 Arguments:
22 process_dir
23 contains the absolute pathname of the user's process directory.
24 Output It is assigned a left-justified character string, padded
25 with trailing blanks.