VWriteTapePathName



Name
  VWriteTapePathName - writes to the TAPE_PATH_NAME file.
 
Synopsis
  VWriteTapePathName(path_name)
  TapePathName *path_name;
 
Description
  VWriteTapePathName writes the tape path name selected by the user to
the TAPE_PATH_NAME file.
 
Structures
  typedef struct {
        Char30 machine_name;	/*machine on which tape is mounted*/
        Char30 tape_drive_name;	/*name of tape drive*/
        Char30 mt_option;	/*option to be used with mt command*/
        Char30 tape_size;	/*kind of drive (1/4,1/2inch,8mm)*/
  } TapePathName;
 
Return Value
  0 - work successfully.
  3 - write error.
  4 - file open error.
 
Parameters
  path_name - the tape path name selected by the user.
 
Side Effects
  None.
 
Entry Conditions
  None.
 
Related Functions
VReadTapePathName.