Namespace: MonoSoftware.MonoX.FileSystem
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public override bool CheckWritePermissions(
	string folderPath
)
Visual Basic
Public Overrides Function CheckWritePermissions ( 
	folderPath As String
) As Boolean
Visual C++
public:
virtual bool CheckWritePermissions(
	String^ folderPath
) override
F#
abstract CheckWritePermissions : 
        folderPath : string -> bool 
override CheckWritePermissions : 
        folderPath : string -> bool 

Parameters

folderPath
Type: System..::..String

Return Value

Type: Boolean

See Also