#pragma once class FileInfo { public: FileInfo(void); CString filename; CString hash; CString createtime; ~FileInfo(void); };