ConvertFullPath

フルパスではないパス文字列をフルパスに変換する(CurrentDirはフルパスである必要がある(語尾に『\』があっても無くても良い))(CurrentDirがnullの場合は現在のカレントディレクトリを使用する)

nothrow @nogc extern (C++, DxLib) extern
int
ConvertFullPath
(
const(dxlib_d.DxDataType.TCHAR)* Src
,
dxlib_d.DxDataType.TCHAR* Dest
,
const(dxlib_d.DxDataType.TCHAR)* CurrentDir = null
)

Meta