HelperWriteTextFile Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic bool WriteTextFile(
string filaPath,
string content,
bool isAppend = true,
bool isAsync = false
)
Public Function WriteTextFile (
filaPath As String,
content As String,
Optional isAppend As Boolean = true,
Optional isAsync As Boolean = false
) As Boolean
Parameters
- filaPath
- Type: SystemString
- content
- Type: SystemString
- isAppend (Optional)
- Type: SystemBoolean
- isAsync (Optional)
- Type: SystemBoolean
Return Value
Type:
Boolean
See Also