Syntax
result = access ( string path );
Description

access determines whether a path or file exists on the policy server host.

Returns true if the /tmp/user.text exists, false if not.

Example
result = access ("/tmp/user.txt");
Related Topics

fileexists, access