struct _finddata_t c_file; char hFile; char FilePath[]="D:/ut.txt"; hFile = _findfirst( FilePath, &c_file ); system (FilePath);