BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_FlashFS_DeleteFile | ( | brp_protocol | protocol, |
unsigned | FileId | ||
) |
This command deletes a file and all its contained records.
The file will be removed from the file system directory and the memory space allocated by its records will be freed, so that other files can use this space.
[in] | protocol | used to execute the command |
[in] | FileId | File ID of the file that shall be deleted. |