Print Page as PDF
Classic FileMan API: File Access Determination ICR (10032)

Classic FileMan API: File Access Determination    ICR (10032)

Name Value
NUMBER 10032
IA # 10032
DATE CREATED 1998/11/13
CUSTODIAL PACKAGE VA FILEMAN
CUSTODIAL ISC San Francisco
USAGE Supported
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE DIAC
NAME Classic FileMan API: File Access Determination
ORIGINAL NUMBER 10032
GENERAL DESCRIPTION
Used to determine if a user has access to a file.
STATUS Active
ID DIAC
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
DIAC
Used to determine if a user has access to a file.
VARIABLES TYPE VARIABLES DESCRIPTION
DIFILE Input
(Required) The file number of the file on which you
want to verify file access.
DIAC Both
Input: (Required) Use one of the values listed below
to verify the specified type of file access:

"RD"  Verify Read access to a specific file. "WR"  Verify Write access to a
specific file. "AUDIT"  Verify Audit access to a specific file. "DD"  Verify
DD access to a specific file. "DEL"  Verify Delete access to a specific file.
"LAYGO"  Verify LAYGO access to a specific file.


Output: Either 0 or 1.  1 = user has the type of access.  0 = user does not
have the type of access.
% Output
Either a 0 or 1.

1 = user has the type of access.  0 = user does not have the type of access.