Just wondering, what are the equivalent functions for findfirst( ), findnext( ) and findclose( ) in Linux? I'm particularly intereted in functions that portable across Win32 and *nix systems.
findfirst( ) / findnext( ) functions in Linux
Forum
Forum
Just wondering, what are the equivalent functions for findfirst( ), findnext( ) and findclose( ) in Linux? I'm particularly intereted in functions that portable across Win32 and *nix systems.
correct me if i'm wrong, but they are just included in the standard c library that comes with linux, so the equivalent functions are the same. just #include .