RC-WinTrans Object Model Help |
DirectoryTool.WriteStringToIniFile |
Writes the value to an INI file.
Syntax: |
WriteStringToIniFile( Section As String, Key As String, Value As String, IniFile As String) As Boolean |
Return: | Boolean |
Parameters: |
Section Section of the INI file to which the string should be saved. Key Key to which the string should be saved. Value Value to be saved in the INI file. IniFile Name and path of the INI file.
|
Example: | Dim Tool As DirectoryTool Set Tool = Application.Tools.DirectoryTool Call Tool.WriteStringToIniFile("User", "ZIP", "64846", _ Tool.GetApplicationINIFile) |
See also: