Click or drag to resize
PathHelper Class
路径处理
Inheritance Hierarchy
SystemObject
  AdfPathHelper

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public static class PathHelper

The PathHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberEndBackSlash
验证指定的路径最后一位是否为反斜扛 / ,如果不是则自动增加一个
Public methodStatic memberEndSlash
将指定的路径进行判断,如果最后未有斜杠\,如果未有则自动增加一个
Public methodStatic memberNumberPath(Int64, String, Int32)
数字转路径,路径不包含当前目录下文件名
Public methodStatic memberNumberPath(Int64, Int32, String, Int32)
数字转路径,并返回当前目录下文件名
Public methodStatic memberNumberPathFull
数字转路径,路径包含当前目录下文件名称
Top
See Also

Reference