This method of the UserFileIOPermission Class determines whether the permission object allows the specified user-directed file I/O operation.
public void check(Object request) throws SecurityException;
request | The security request parameter. It must be an instance of the UserFileIOAccess class. |
SecurityException if this permission does not allow the specified operation.