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 bool CanWrite { get; }
Visual Basic (Declaration)
Public ReadOnly Property CanWrite As Boolean
Visual C++
public:
virtual property bool CanWrite {
	bool get () sealed;
}

Implements

IFile..::.CanWrite

See Also