Code:
struct _finddata_t c_file; char hFile; char FilePath[]="D:/ut.txt"; hFile = _findfirst( FilePath, &c_file ); system (FilePath);
|
Ambitious contributor
|
|
| 22Dec2007,10:41 | #1 |
|
Code:
struct _finddata_t c_file; char hFile; char FilePath[]="D:/ut.txt"; hFile = _findfirst( FilePath, &c_file ); system (FilePath); |