Node: UMask Intrinsic (function), Next: Unlink Intrinsic (function), Previous: Time Intrinsic (VXT), Up: Other Intrinsics
UMask(Mask)
UMask: INTEGER(KIND=1)
function.
Mask: INTEGER
; scalar; INTENT(IN).
Intrinsic groups: badu77
.
Description:
Sets the file creation mask to Mask and returns the old value.
See umask(2)
.
Due to the side effects performed by this intrinsic, the function form is not recommended.
For information on other intrinsics with the same name: See UMask Intrinsic (subroutine).