Click or drag to resize
PathHelperEndSlash Method
将指定的路径进行判断,如果最后未有斜杠\,如果未有则自动增加一个

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

Parameters

path
Type: SystemString
路径串

Return Value

Type: String

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

See Also