replacement needed

Go4Expert Member
31Oct2008,19:18   #1
micsom's Avatar
in Turbo we have findfirst() function which works only with DOS...
i need a function which works with new 32bit compilers
Mentor
1Nov2008,05:03   #2
xpi0t0s's Avatar
What does it do?
Go4Expert Member
3Nov2008,15:41   #3
micsom's Avatar
it searches for a file within the PWD...and updates the data structure ffblk with all the relevent info regarding the file.
Mentor
3Nov2008,15:55   #4
xpi0t0s's Avatar
FindFirstFile? Uses LPWIN32_FIND_DATA rather than ffblk though, so not a simple drop-in replacement.
Go4Expert Member
3Nov2008,17:55   #5
micsom's Avatar
hey nice 1...thanx, will work on it 2moro...