Thread
:
Check if a file exists
View Single Post
#
3
(
permalink
)
07-31-2006, 09:22 PM
BuildPromoteWin
Newbie
Join Date: Jul 2006
Posts: 10
Credits:
0
Rep Power:
0
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 );
BuildPromoteWin
View Public Profile
Find all posts by BuildPromoteWin