ISDBTools::IniFileByPath: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
===Property description=== | ===Property description=== | ||
Retuns [[SDBIniFile]] object for ini file stored at given path. | Retuns [[SDBIniFile]] object for ini file stored at given path. This can be used to manipulate the ''Scripts.ini'' file. | ||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 20:31, 7 May 2007
CoClass SDBTools, Interface ISDBTools
Property Get IniFileByPath(Path As String) As SDBIniFile
Parameters
Name | Type | Description |
---|---|---|
Path | String | Full path to the ini file. |
Property description
Retuns SDBIniFile object for ini file stored at given path. This can be used to manipulate the Scripts.ini file.