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.
我需要创建一个脚本,在运行时搜索名为“3. Max”和“4. Render Output”的目录。如果搜索结果为真,则会在其中创建一个名为“垃圾箱”的新目录
我找到了许多 mkdir 示例,但不会实现我需要做的事情。
谢谢!!
FileSystemObject有方法
和 .Subfolders 集合以遍历文件夹的子项。使用此信息制定计划(包括详细规格)、发布计划并在遇到问题时提出具体问题。