return physical location , never endswith '\\'

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

Syntax

C#
public static string FilesPhysicalPath { get; }
Visual Basic
Public Shared ReadOnly Property FilesPhysicalPath As String
	Get
Visual C++
public:
static property String^ FilesPhysicalPath {
	String^ get ();
}

See Also