DXArchiveCheckFileWithStrLen

DXAファイルの中に指定のファイルが存在するかどうかを調べる、TargetFilePath はDXAファイルをカレントフォルダとした場合のパス

nothrow @nogc extern (C++, DxLib) extern
int
DXArchiveCheckFileWithStrLen
(
const(dxlib_d.dxdatatype.TCHAR)* FilePath
,,
const(dxlib_d.dxdatatype.TCHAR)* TargetFilePath
,)

Return Value

Type: int

-1:エラー 0:無い 1:ある

Meta