CPP Some C++ functions and classes. file tools 检查文件名后缀 bool checkPostfix(std::string fileName, std::string postfix) e.g. checkPostfix("000000.png", "png") 列出文件夹下所有的文件夹和文件 std::vector<std::string> pathList(std::string path, bool sort=false) python matlab