Write Method (IFile, String, Boolean)

SimpleEssentials

FileHandler..::..Write Method (IFile, String, Boolean)

Namespace:  SimpleEssentials.IO
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public bool Write(
	IFile file,
	string content,
	bool append
)
Public Function Write ( _
	file As IFile, _
	content As String, _
	append As Boolean _
) As Boolean
public:
bool^ Write(
	IFile^ file, 
	String^ content, 
	bool^ append
)

Parameters

file
Type: SimpleEssentials.IO.Types..::..IFile
content
Type: String
append
Type: Boolean