Microsoft SDK for Java

getAccessFlags

This method of the UserFileIOPermission Class retrieves the access types allowed by the permission object.

Syntax

public int getAccessFlags();

Return Value

Returns the access flag represented by the permission object, which will be READ, WRITE, or READWRITE.

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