This method of the FileIOPermission Class determines if the specified file I/O operation is allowed by this permission object.
public void check(Object param) throws SecurityException;
param | The security request parameter. It must be an instance of the FileIORequest class. |
SecurityException if this permission does not allow the specified file I/O operation.