![]() ZBasic System Library
ZBasic Microcontrollers
13
Type
Function returning Integer
Invocation
File.Delete(filename)
Parameter
Method
Type
Description
filename
ByVal
String
The name of the SPIFFS file to be deleted.
Discussion
This function deletes the named file (if it exists). The return value will be zero if successful and non-zero
in case of an error. Note that the file to be deleted should not still be open (see File.Close).
|