Click or drag to resize

IOPermissionsHasAccess Method (FileInfo)

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

Determines whether the specified file has access.

Namespace:  Furcadia.Utils
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax
public static bool HasAccess(
	FileInfo file
)

Parameters

file
Type: System.IOFileInfo
The file.

Return Value

Type: Boolean
true if the specified file has access; otherwise, false.
See Also