Microsoft SDK for Java

setAccessFlags

This method of the UserFileIOPermission Class sets the types of user-directed file I/O access that the permission object should allow.

Syntax

public void setAccessFlags(int type);

Parameters

type The access flag. This value must be READ, WRITE, or READWRITE.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.