get whether GetTempFilePath() is available

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

Syntax

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

See Also