|
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
)
Public Shared Function HasAccess (
file As FileInfo
) As Boolean
Dim file As FileInfo
Dim returnValue As Boolean
returnValue = IOPermissions.HasAccess(file)
public:
static bool HasAccess(
FileInfo^ file
)
static member HasAccess :
file : FileInfo -> bool
Parameters
- file
- Type: System.IOFileInfo
The file.
Return Value
Type:
Booleantrue if the specified file has access; otherwise,
false.
See Also