libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
chdir.hpp
1#pragma once
2
3#include "../core/string.hpp"
4
5namespace z {
6namespace file {
13bool chdir(const zpath &path) noexcept;
14} // namespace file
15} // namespace z
zpath path(const zpath &filePath) noexcept
Get the full file path from a relative path.
bool chdir(const zpath &path) noexcept
Change the current working directory.