Platform | x64, Win32 |
Purpose |
To set a file attribute. |
Syntax |
SUBROUTINE SET_FILE_ATTRIBUTE@(FILE, IAT,
ERROR_CODE)
|
Description |
This routine sets the attributes of the file FILE to IAT. ERROR_CODE is returned
as zero for success or it is the system error code. This routine is useful for
performing such tasks as changing the read-only status of a file, hiding or
revealing a file, resetting the backup bit etc..
|
Example |
CHARACTER (LEN=20)::FILE,FILES(1000),CMNAM |