Specifies if the user can create new directories using this provider. Defaults to true.

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

Syntax

C#
public override bool CanCreateDirectory { get; }
Visual Basic
Public Overrides ReadOnly Property CanCreateDirectory As Boolean
	Get
Visual C++
public:
virtual property bool CanCreateDirectory {
	bool get () override;
}
F#
abstract CanCreateDirectory : bool with get
override CanCreateDirectory : bool with get

Property Value

Type: Boolean

See Also