简体   繁体   English

Windows打开文件对话框,其中包含所有文件+子目录

[英]Windows open files dialog with all files + subdirectories

I have a program called BulkFileChanger, and when I add files - it opens Windows dialog where I can select files. 我有一个名为BulkFileChanger的程序,当我添加文件时-它会打开Windows对话框,从中可以选择文件。 Now that is common windows dialog and I can select all files ( ctr+a) and it selects all files + all subdirecotires, but when you click OPEN it just imports files, not the files contained in subdirecotires, so is there a way to actually open all files + all files in all subdirectories in normal windows open files dialog ? 现在这是常见的Windows对话框,我可以选择所有文件(ctr + a),它会选择所有文件+所有子目录,但是当您单击“打开”时,它仅导入文件,而不是子目录中包含的文件,因此有一种方法可以实际在正常窗口中打开所有文件+所有子目录中的所有文件打开文件对话框? I am also using some other programs that can open "bulk" files, but strange thing is that none of them (who uses normal windows open files dialog) can actaully open subfolders.... is there some kind of shortcut in Windows that will allow this feature ? 我也在使用其他一些可以打开“大量”文件的程序,但是奇怪的是,它们(使用常规Windows打开文件对话框的人)都无法真正打开子文件夹。...Windows中是否有某种快捷方式可以允许此功能?

The file dialog will not do this for you. 文件对话框将不会为您执行此操作。 There is no setting that will make it recurse into sub-folders and return all files contained within. 没有设置可以使它递归到子文件夹并返回其中包含的所有文件。 If you want that functionality you must implement it yourself. 如果要使用该功能,则必须自己实现。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows批处理文件 - 连接子目录中的所有文件 - Windows batch file - Concatenate all files in subdirectories Windows批处理文件计算所有文件和子目录但不列出 - Windows Batch File to count all files and subdirectories but not list Windows 驱动程序内核:如何枚举所有子目录和文件? - Windows driver kernel: How enumerate all subdirectories and files? Windows Batch 连接子目录中的文件 - Windows Batch to concatenate Files in Subdirectories Windows批处理-尝试合并所有子目录中具有相同名称的文本文件时出现空文件 - Windows Batch - empty files while trying to merge text files with the same name from all subdirectories 我可以运行与当前目录和所有子目录中的所有文件匹配的 Windows Powershell 命令吗? - Can I run a Windows Powershell command matching all files in the current directory and all subdirectories? 如何在所有子目录中搜索并删除Windows命令提示符下与文件类型不匹配的所有文件? - How can I search within all subdirectories and delete all files that do not match the filetype in windows command prompt? 打印给定路径中的所有文件和子目录 - print all files and subdirectories in a give path 在所有文件和子目录中找到任何提及 google 的内容? - Find any mention of google in all files and subdirectories? 二进制比较所有文件与指定目录(和子目录)中的所有文件 - Binary compare all files against all files in a specified directory (and subdirectories)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM