删除文件。
语法: int unlink(string filename);
返回值: 整数
函数种类: 文件存取
本函数删除文件 filename,用法像 UNIX 中 C 语言呼叫的同名函数 unlink()。当发生错误则返回 0 或 false。
rmdir()