Click or drag to resize

IOPermissionsHasAccess Method (DirectoryInfo)

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 directory has access.

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

Parameters

directory
Type: System.IODirectoryInfo
The directory.

Return Value

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