文件一个一个加起来?好麻烦~
大家都是怎么做的?
最好有代码~~~
3x!

解决方案 »

  1.   

    如你 所说, 文件一个一个加起来, 因为windows也是这么做的
      

  2.   

    Retrieves information about an object in the file system, such as a file, a folder, a directory, or a drive root. 
    WINSHELLAPI DWORD WINAPI SHGetFileInfo(
        LPCTSTR pszPath,
        DWORD dwFileAttributes,
        SHFILEINFO FAR *psfi,
        UINT cbFileInfo,
        UINT uFlags
    );cbFileInfo 
    Size, in bytes, of the SHFILEINFO structure pointed to by the psfi parameter.