Microsoft SDK for Java

getDeleteableFiles

This method of the FileIOPermission Class obtains a pattern that matches all files that are permitted or all files that are explicitly prohibited for delete access. The allowed flag indicates whether you want to obtain the pattern that matches files that have been explicitly allowed or explicitly denied.

Syntax

public WildcardExpression getDeleteableFiles(boolean allowed);

Return Value

Returns the WildcardExpression that matches the requested files.

Parameters

allowed The flag that indicates whether you want to obtain the pattern for explicitly allowed files or explicitly denied files. If true, the method returns a pattern that matches all files that are explicitly allowed; otherwise, the method returns a pattern that matches all files that are explicitly denied.

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