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.
我正在编写代码来使用nftw. 该nftw功能在 Windows 上可用吗?
nftw
不作为标准 Windows API 的一部分,不。
另请注意,手册页声称:
符合 POSIX.1-2001、SVr4、SUSv1。POSIX.1-2008 将 ftw() 标记为已过时。
因此,即使以 POSIX 为目标,它也可能不是最好的起点。
尽管如此,这个库还是为 Windows 实现了它。