libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
path.hxx
Go to the documentation of this file.
1
#pragma once
2
3
// C++
4
#include <string>
5
#include <string_view>
6
7
// cosmos
8
#include <cosmos/dso_export.h>
9
#include <cosmos/SysString.hxx>
10
17
namespace
cosmos::fs {
18
20
31
COSMOS_API std::string normalize_path(
const
std::string_view path);
32
34
COSMOS_API std::string canonicalize_path(
const
SysString path);
35
36
}
// end ns
include
fs
path.hxx
Generated by
1.12.0