ConfigRegisterArchive Method |
ファイルを開くときにアクセスする暗号化アーカイブを登録します。
Namespace: LuminoAssembly: LuminoDotNet (in LuminoDotNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void RegisterArchive(
string filePath,
string password
)
Public Shared Sub RegisterArchive (
filePath As String,
password As String
)
public:
static void RegisterArchive(
String^ filePath,
String^ password
)
static member RegisterArchive :
filePath : string *
password : string -> unit
Parameters
- filePath
- Type: SystemString
アーカイブファイルパス - password
- Type: SystemString
アーカイブファイルを開くためのパスワード
See Also