_Application.PathSeparator 属性

定义

返回用于分隔文件夹名称的字符。

public:
 property System::String ^ PathSeparator { System::String ^ get(); };
public string PathSeparator { get; }
member this.PathSeparator : string
Public ReadOnly Property PathSeparator As String

属性值

注解

在 Windows 中,该属性返回一个反斜线 (\)。

您可以使用 PathSeparator 属性来构建 Web 地址,即使它们包含正斜杠 (/)。

适用于