#pragma once #include u64 GetFileSize(char *path); char *EscapeFolder(char *current); char *CombinePaths(const char *current, const char *add);