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