![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| scandir() for Solaris | nadiamihu | High Level Programming | 2 | 12-06-2006 10:05 PM |
| Need help with scandir / stat | Bertsura | High Level Programming | 2 | 02-07-2005 08:58 AM |
| windows startup equivalent in linux | raguramtgr | Linux | 1 | 03-30-2004 05:18 PM |
| unix equivalent for windows APIs.......................... | ani | High Level Programming | 2 | 10-29-2002 06:47 AM |
| Unix Equivalent of Windows NT Diagnostic (Winmsd) report | neer | UNIX for Dummies Questions & Answers | 2 | 09-13-2001 01:40 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
scandir() + windows equivalent
Currently, Im trying to redesign some Unix-based C code to work on the Windows operating system and one problem I ran into when compiling was that the compiler failed to recognise scandir() (from my original Linux code)
Im aware that scandir() is a Unix-based function, so is there an equivalent function for Windows or a unique Windows-based header file that I require ? My Windows compiling environment is Borland C++ 5.5 many thanks James |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Use FindFirstFile and FindNextFile. They are less powerful than scandir, but I think it might be the best match to what you are trying to achieve,
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|