24 #ifndef GRAPHLAB_FS_UTIL
25 #define GRAPHLAB_FS_UTIL
39 void list_files_with_suffix(
const std::string& pathname,
40 const std::string& suffix,
41 std::vector<std::string>& files);
48 void list_files_with_prefix(
const std::string& pathname,
49 const std::string& prefix,
50 std::vector<std::string>& files);
54 std::string change_suffix(
const std::string& fname,
55 const std::string& new_suffix);