ILogProviderAppendAllText Method |
Appends the text to the file passed across. If the file does not exist then it is created.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void AppendAllText(
string fullPath,
string text
)
Sub AppendAllText (
fullPath As String,
text As String
)
void AppendAllText(
String^ fullPath,
String^ text
)
abstract AppendAllText :
fullPath : string *
text : string -> unit
Parameters
- fullPath
- Type: SystemString
- text
- Type: SystemString
See Also