VMS Help  —  CRTL  umask
    Creates a file protection mask that is used when a new file is
    created, and returns the previous mask value.

    Format

      #include  <stat.h>

      mode_t umask  (mode_t mode_complement);
Additional Information: explode extract
Argument Description Return Value
Close Help