TG.INI
IniDocumentWrite Method (String) |
Writes the content of IniDocument to a file./>.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Write( string path )
Public Sub Write ( path As String )
public: void Write( String^ path )
member Write : path : string -> unit
Parameters
- path
- Type: SystemString
The file path to write to.
See Also