Start Back Next End
  
ZBasic System Library
ZBasic Microcontrollers
12
File.Close
Type
Subroutine
Invocation
File.Close(handle)
Parameter
Method
Type
Description
handle
ByVal
integral
The handle of the SPIFFS file to be closed, previously
returned by File.Open().
Discussion
This subroutine closes the file handle specified.  It should be called when operations on the file are
completed.
Previous page Top Next page