Click or drag to resize

HelperWriteTextFile Method

KotakNet DotNet Library

Namespace:  KotakNet.Bridge
Assembly:  KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntax
public bool WriteTextFile(
	string filaPath,
	string content,
	bool isAppend = true,
	bool isAsync = false
)

Parameters

filaPath
Type: SystemString
content
Type: SystemString
isAppend (Optional)
Type: SystemBoolean
isAsync (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also