Click or drag to resize
PathHelper Methods

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