filename_ext(fname);
返回: String(字符串)。
此函数返回指定文件名的扩展部分,包括前导点。
ext = filename_ext(file_find_first("*.*", 0));
上面的代码获取指定文件的扩展名(作为字符串)。