DirectoryInfo directory = new DirectoryInfo(@"D:\0001\" + year + @"\" + time.Substring(4,2) + @"\" + LocaleId + @"\");
if (!directory.Exists)//不存在
directory.Create();
时间: 2024-10-10 16:16:48
DirectoryInfo directory = new DirectoryInfo(@"D:\0001\" + year + @"\" + time.Substring(4,2) + @"\" + LocaleId + @"\");
if (!directory.Exists)//不存在
directory.Create();