Click or drag to resize
PathHelperEndBackSlash Method
验证指定的路径最后一位是否为反斜扛 / ,如果不是则自动增加一个

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static string EndBackSlash(
	string path
)

Parameters

path
Type: SystemString
路径串

Return Value

Type: String

[Missing <returns> documentation for "M:Adf.PathHelper.EndBackSlash(System.String)"]

See Also