API version 4
iOSAndroidWindows
説明 |
出力済みのコアダンプファイルを削除します。
|
|
呼出形式 |
var ret = clearCoreDump( [ dumpName ] );
|
|
戻り値 |
なし
|
|
引数 |
String dumpName |
削除対象のコアダンプファイル名を指定します。 GetCoreDumpList関数で取得した値を指定します。 指定しない場合、すべてのコアダンプが削除対象となります。
|
例外 |
なし |
|
使用例 |
/* GetCoreDumpList() の結果をListBox1に代入済み */ ClearCoreDump(^.ListBox1.ListItem1[^.ListBox1.Value].Title);
|
|
関連項目 |
|