 | DirExCreateYearMonthFolder 方法 |
Sweet 开发框架
创建年月文件夹,末尾包括\
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string CreateYearMonthFolder(
string dir,
DateTime datetime
)
Public Shared Function CreateYearMonthFolder (
dir As String,
datetime As DateTime
) As String
static member CreateYearMonthFolder :
dir : string *
datetime : DateTime -> string
参数
- dir
- 类型:SystemString
路径 - datetime
- 类型:SystemDateTime
时间
返回值
类型:
String文件夹
参见