Frost Moon Project

Src/GetFileList.h-Ashley Ver.1.30- - Frost Moon Project アクセスランキング

Home > ソフトウェア > Ashley > Ashley130.zip/Ashley130.exe > Src > GetFileList.h

//GetFileList.h

/*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#
    Ashley Ver.1.30
    Coded by x@rgs

    This code is released under NYSL Version 0.9982
    See NYSL_withfaq.TXT for further details.

    Ashleyは、アップローダからダウンロードしたZIPやRAR等のファイル名を元に戻すソフトです。
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/


#ifndef GETFILELIST_H
#define GETFILELIST_H

#ifdef __cplusplus
extern "C"{
#endif

//書庫ファイル内のリストを取得
int GetFileList(std::vector<tstring>& vRetList,const TCHAR* pszFilePath);

#ifdef __cplusplus
}
#endif

#endif //GETFILELIST_H

Home > ソフトウェア > Ashley > Ashley130.zip/Ashley130.exe > Src > GetFileList.h