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.
我需要在 c:\ 或用户指定的任何目录中找到文件“Test.TXT”的所有出现。我需要在 embarcadero c++ 中执行此操作。
最终结果是我需要所有文件的路径。
您可以使用System.SysUtils.FindFirst和System.SysUtils.FindNext搜索文件的任何出现。
System.SysUtils.FindFirst
System.SysUtils.FindNext