Return true if the file is read only

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function FileIsReadOnly ( _
	fileName As String _
) As Boolean
C#
public static bool FileIsReadOnly(
	string fileName
)

Parameters

fileName
Type: System..::..String

Return Value

See Also