added new utility to check if a file exists on system.

This commit is contained in:
techdragon.nguyen@gmail.com
2011-01-31 08:53:06 +00:00
parent 6ddaf8b74b
commit 2973158a62
2 changed files with 27 additions and 0 deletions

View File

@@ -119,3 +119,4 @@ u32 ramAvailable(void);
#endif
bool FileExists(const string& strFilename);