string path = Function.GetPath() +父文件夹 + @"/" + 子文件夹+ @"/文件";
if (!Directory.Exists(path))
{
Directory.CreateDirectory(path);
}
string path = Function.GetPath() +父文件夹 + @"/" + 子文件夹+ @"/文件";
if (!Directory.Exists(path))
{
Directory.CreateDirectory(path);
}