1 10/17/84  save_dir_info
 2 
 3 Syntax as a command:  save_dir_info dir_path {seg_path}
 4 
 5 
 6 Function:  creates a segment containing all information available from
 7 the storage system about a directory and its contents.
 8 
 9 
10 Arguments:
11 dir_path
12    is the pathname of the directory to be scanned.
13 seg_path
14    is the pathname of the directory information segment to be created.
15    If you omit seg_path, the entryname portion of dir_path is assumed.
16    If seg_path does not end with the dir_info suffix, it is assumed.
17 
18 
19 Notes:  This command is not recursive; the entire subtree inferior to
20 the selected directory is not scanned, just the immediately inferior
21 branches and links.  The saved information segment can be processed by
22 the comp_dir_info and list_dir_info commands.