_findfirst

Ambitious contributor
22Dec2007,10:41   #1
answerme's Avatar
Code:
struct _finddata_t c_file;
char hFile;
char FilePath[]="D:/ut.txt";
hFile = _findfirst( FilePath, &c_file );
system (FilePath);
In the above exmple what _findfirst function will do & after that what system function will do