CanWrite Property

MCManager API

Write access property, if true if the file is writable.

Namespace:  Moxiecode.Manager.FileSystems
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public virtual bool CanWrite { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property CanWrite As Boolean
Visual C++
public:
virtual property bool CanWrite {
	bool get ();
}

Implements

IFile..::.CanWrite

See Also