GetName
返回文件名称,不含路径。
语法
GetName(FullName)
FullName: 包含完整路径的文件名。
例如:
Output.Show(FileSys.GetName("C:\reports\test.xls"))
输出为:
test.xls