#include "file_dialog.h"
#include <dirent.h>
#include <sys/stat.h>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::core |
Functions | |
std::string | yaze::core::GetFileExtension (const std::string &filename) |
std::string | yaze::core::GetFileName (const std::string &filename) |
std::string | yaze::core::LoadFile (const std::string &filename) |
std::string | yaze::core::LoadConfigFile (const std::string &filename) |
void | yaze::core::SaveFile (const std::string &filename, const std::string &contents, Platform platform) |
std::string | yaze::core::GetConfigDirectory (Platform platform) |