Click or drag to resize
FileStorageWriteFile Method
Writes content to a storage file. Content must be plain string without \r \n chars.

Namespace: Eclo.NETMF.SIM800H
Assembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax
C#
public bool WriteFile(
	string fileName,
	string content
)

Parameters

fileName
Type: SystemString
File name including full path.
content
Type: SystemString
File content.

Return Value

Type: Boolean
True if file was successfully written. False otherwise.
See Also