preload_util.hpp 322 B
Newer Older
//
// Created by evie on 9/4/17.
//

#ifndef IFS_PRELOAD_UTIL_HPP
#define IFS_PRELOAD_UTIL_HPP

#include <string>

using namespace std;

static const std::string root_path = "/home/evie/ownCloud/Promotion/gogs_git/ada-fs/ifs/.hidden_playground/rootdir"s;

bool is_fs_path(const char* path);

#endif //IFS_PRELOAD_UTIL_HPP