mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-13 16:44:47 +08:00
feat(*): rewritten the project with C/C++ (#1172)
This commit is contained in:
12
include/fsutils.h
Normal file
12
include/fsutils.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef FSUTILS_H
|
||||
#define FSUTILS_H
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
bool filepath_is_readable(const std::filesystem::path &path);
|
||||
|
||||
std::filesystem::path find_resource_file(const std::filesystem::path &path);
|
||||
|
||||
std::string path_to_string(const std::filesystem::path& path);
|
||||
|
||||
#endif // FSUTILS_H
|
||||
Reference in New Issue
Block a user