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