Returns true if the given file is Read only

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static bool IsReadOnly(
	string fullName
)
Visual Basic
Public Shared Function IsReadOnly ( _
	fullName As String _
) As Boolean
Visual C++
public:
static bool IsReadOnly(
	String^ fullName
)

Parameters

fullName
Type: System..::..String
Full file path

Return Value

True if the given file is Read only

See Also