picceler
Loading...
Searching...
No Matches
utils.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5#ifndef _WIN32
6#include <unistd.h>
7#include <sys/types.h>
8#include <pwd.h>
9#endif
10
11namespace picceler::utils {
12
29std::string expandTilde(const std::string &inputPath);
30
31} // namespace picceler::utils
Definition utils.h:11
std::string expandTilde(const std::string &inputPath)
Definition utils.cpp:7