删除一个文件

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

示例

remove("/a.txt");

备注