Date: Sat, 20 Apr 1996 15:46:24 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199604201146.PAA01857@video.yars.free.net> To: djgpp AT delorie DOT com, orly AT abigail DOT eee DOT upd DOT edu DOT ph Subject: Re: findfirst/findnext > I'd like to know what alternatives DJGPP offers to findfirst/findnext > under MS-DOS compilers. The problem with these calls is that they aren't > portable. Isn't there a Unix system call similar to findfirst/findnext? > I'm not exactly sure what, but is it supported under DJGPP? Yes, there are quite portable and standard functions to scan trough a directory. These are opendir/readdir/closedir/rewinddir. I beleave they are in POSIX.