Euphoria
filesystem.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 
5 // todo(Gustav): remove these and use core/filesystem functions instead
6 
7 
8 namespace eu::window
9 {
10  std::string
11  get_base_path();
12 
13  std::string
15 }
std::string get_base_path()
Definition: filesystem.cc:8
std::string get_preference_path()
Definition: filesystem.cc:24