Gets a bool value indicating the file system is supported or not.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public abstract bool SupportFS { get; }
Visual Basic
Public MustOverride ReadOnly Property SupportFS As Boolean
	Get
Visual C++
public:
virtual property bool SupportFS {
	bool get () abstract;
}

Field Value

true if [support FS]; otherwise, false.

See Also