esp_vfs_fat_test_contiguous_file() function
Test if a file is contiguous in the FAT filesystem
Arguments
base_path
Base path of the partition examined (e.g. "/spiflash")
full_path
Full path of the file (e.g. "/spiflash/ABC.TXT")
is_contiguous
True == allocate space now, false == prepare to allocate -- see `f_expand` from FATFS
Return value
- ESP_OK on success - ESP_ERR_INVALID_ARG if invalid arguments (e.g. any of arguments are NULL) - ESP_ERR_INVALID_STATE if partition not found - ESP_FAIL if another FRESULT error (saved in errno)