Click or drag to resize
APILNConfig_RegisterArchive Method
ファイルを開くときにアクセスする暗号化アーカイブを登録します。

Namespace: Lumino
Assembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void LNConfig_RegisterArchive(
	string filePath,
	string password
)

Parameters

filePath
Type: SystemString
アーカイブファイルパス
password
Type: SystemString
アーカイブファイルを開くためのパスワード
See Also