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