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.
Windows での dirent.h の Haskell パッケージを知っていますか?
system.posix にも同様の関数セットがありますが、これらの関数は Windows には実装されていません。似たようなのが他にもあるのかな。
ありがとう。
???
dirent.hCライブラリヘッダーです。ディレクトリをトラバースする場合は、System.Directory.getDirectoryContentsを使用します。このAPIはWindowsで動作するはずです。
dirent.h