Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 Java 程序转换为 c#。
是否有与 Java 的 mkdirs() 命令等效的递归创建文件夹的命令?
简单地:
Directory.CreateDirectory(pathToDir)
这将创建给定路径中指定的所有目录。(就像mkdirs)
mkdirs
请参阅此处的文档:
http://msdn.microsoft.com/en-us/library/54a0at6s.aspx
目录.创建目录
创建路径中指定的所有目录,除非它们已经存在或路径的某些部分无效