Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual—522629-013
12-209
PROCESSFILESECURITY Procedure
(Superseded by PROCESS_SETINFO_ Procedure
PROCESSFILESECURITY Procedure
(Superseded by PROCESS_SETINFO_
Procedure or PROCESS_GETINFOLIST_
Procedure )
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Example
Summary
The PROCESSFILESECURITY procedure is used to examine or set the file security
for the current process. This is the security used for any file creation attempts
following a call to PROCESSFILESECURITY.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be
used for new development. This procedure is supported only for compatibility with
previous software.
Syntax for TAL Programmers
Parameters
old-security returned value
INT
is the old file security.
security input
INT:value
is the new file security. The security bits are:
<0:3> 0
<4:6> ID code allowed for read
Note. This procedure is supported for compatibility with previous software and should not be
used for new development.
old-security := PROCESSFILESECURITY ( [ security ] ); ! i