aboutsummaryrefslogtreecommitdiff
path: root/client/serverlist
ModeNameSize
-rw-r--r--.gitignore14logplain
ed path, with "." and ".." path // components and symlinks removed. Returns "" on error. std::string AbsolutePath(const std::string &path); // Returns the filename from a path or the entire path if no directory // delimiter is found. const char *GetFilenameFromPath(const char *path); bool safeWriteToFile(const std::string &path, const std::string &content); } // namespace fs #endif