| FileStorageWriteFile Method |
Writes content to a storage file.
Content must be plain string without \r \n chars.
Namespace: Eclo.NETMF.SIM800HAssembly: Eclo.NETMF.SIM800H (in Eclo.NETMF.SIM800H.dll) Version: 1.1.97.0 (1.1.97.0)
Syntax public bool WriteFile(
string fileName,
string content
)
Parameters
- fileName
- Type: SystemString
File name including full path. - content
- Type: SystemString
File content.
Return Value
Type:
BooleanTrue if file was successfully written. False otherwise.
See Also