public static WritePrivateProfileString ( string section, string key, string val, string path ) : void | ||
section | string | The section containing the value to be written. |
key | string | The key of the value to be written. |
val | string | The vaue to write. |
path | string | The absolute path of the INI file. |
Результат | void |