Follow c++ naming convention

This commit is contained in:
2025-03-19 11:21:04 +01:00
parent 5f8cabb56a
commit 5b61f0e5d9
11 changed files with 40 additions and 51 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
#include "../include/FileHelper.h"
#include <sys/stat.h>
FileHelper::FileHelper() {};
FileHelper::~FileHelper() {};
bool FileHelper::FileExists(char *path){
bool FileHelper::fileExists(char *path){
struct stat s;
// Check if file exists, and if it isn't a folder.