View Single Post
  #3 (permalink)  
Old 07-31-2006, 09:22 PM
BuildPromoteWin's Avatar   
BuildPromoteWin BuildPromoteWin is offline
Newbie
 
Join Date: Jul 2006
Posts: 10
Credits: 0
Rep Power: 0
BuildPromoteWin is on a distinguished road
Default

You could also use the WIN API call "_stat()" to check on file status. it returns a -1 on error / file not found

Code:
int _stat( const char *path, struct _stat *buffer );
Reply With Quote