怎么用c#代码, 在文件夹下 , 再新建个文件夹。
string path;
DirectoryInfo dir = new DirectoryInfo(path);dir.CreateSubdirectory(string subFolderName);
获取上级文件夹,然后根据上级文件夹处理本文件夹。
DirectoryInfo