| DeleteIniEntry
|
|
| 概要: | baDeleteIniEntryはiniファイルからエントリーを削除します。 |
| シンタックス: | baDeleteIniEntry( Section, Keyname,
Filename ) |
| パラメータ: | #string, #string, #string Section 削除するエントリーが含まれるセクション名。 Keyname 削除するエントリー。 Filename iniファイル名。 |
| 戻り値: | なし |
| 例: | baDeleteIniEntry( "Users", "Name",
the moviePath & "data.ini" ) |
| 関連項目: | baReadIni baWriteIni baDeleteIniSection |