I'm writing code to walk a directory and its subdirs on linux using nftw
. Is the nftw
function available on Windows?
相关问题
- Multiple sockets for clients to connect to
- Is shmid returned by shmget() unique across proces
- What is the best way to do a search in a large fil
- Inheritance impossible in Windows Runtime Componen
- glDrawElements only draws half a quad
Not as part of the standard Windows APIs, no.
Also note that the manual page claims:
So it's perhaps not the best starting point even when targetting POSIX.
Still, this library implements it for Windows.