删除一个文件

支持芯片: SHMICTRL系列芯片 ESP32-S3系列

void remove(str filename);
//filename 文件名称,例如:"/a.txt"

示例

remove("/a.txt");

备注