yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
file_util.cc File Reference
#include "file_util.h"
#include <dirent.h>
#include <sys/stat.h>
#include <fstream>
#include <sstream>
Include dependency graph for file_util.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::app
 Main namespace for the ImGui application.
 
namespace  yaze::app::core
 Core application logic and utilities.
 

Functions

std::string yaze::app::core::GetFileExtension (const std::string &filename)
 
std::string yaze::app::core::GetFileName (const std::string &filename)
 
std::string yaze::app::core::LoadFile (const std::string &filename, Platform platform)
 
void yaze::app::core::SaveFile (const std::string &filename, const std::string &contents, Platform platform)
 
std::string yaze::app::core::GetConfigDirectory (Platform platform)