Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in main.cpp and common directories
[xestiacalendar/.git] / source / common / file.cpp
index 783defc..076752d 100644 (file)
 
 using namespace std;
 
-bool FileExists(std::string Filename){
+bool FileExists(std::string filename){
        
 #if defined (__WIN32__)
 
 #else 
 
-       struct stat BuffData;
+       struct stat bufferData;
                
-       if (stat(Filename.c_str(), &BuffData) == -1){
+       if (stat(filename.c_str(), &bufferData) == -1){
                return false;
        }
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy