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
17namespace cosmos::fs {
18
20
31COSMOS_API std::string normalize_path(const std::string_view path);
32
34COSMOS_API std::string canonicalize_path(const SysString path);
35
36} // end ns