FlashFS.DeleteFile
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.
Properties
- Command code: 0x4904
- Command timeout: 100 ms
- Possible status codes: General status codes, FlashFS.ErrFsCorrupt, FlashFS.ErrFlashAccess, FlashFS.ErrFileNotFound
Parameters (request frame)
Name | Type/Size | Description |
---|---|---|
FileId | Integer (16 bits) | File ID of the file that shall be deleted. |
Returned values (response frame)
None