Flutter Engine
The Flutter Engine
|
#include "tonic/filesystem/filesystem/path.h"
#include <windows.h>
#include <direct.h>
#include <shellapi.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <algorithm>
#include <cerrno>
#include <cstring>
#include <functional>
#include <list>
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | filesystem |
Functions | |
std::string | filesystem::SimplifyPath (std::string path) |
std::string | filesystem::AbsolutePath (const std::string &path) |
std::string | filesystem::GetDirectoryName (const std::string &path) |
std::string | filesystem::GetBaseName (const std::string &path) |
std::string | filesystem::GetAbsoluteFilePath (const std::string &path) |