System.IO.Path.GetFileNam(filePath) //返回带扩展名的文件名
System.IO.Path.GetFileNameWithoutExtension(filePath) //返回不带扩展名的文件名 System.IO.Path.GetDirectoryName(filePath) //返回文件所在目录System.IO.Path.GetExtension(filePath) //返回文件扩展名
本文共 270 字,大约阅读时间需要 1 分钟。
System.IO.Path.GetFileNam(filePath) //返回带扩展名的文件名
System.IO.Path.GetFileNameWithoutExtension(filePath) //返回不带扩展名的文件名 System.IO.Path.GetDirectoryName(filePath) //返回文件所在目录System.IO.Path.GetExtension(filePath) //返回文件扩展名
转载于:https://www.cnblogs.com/suxiaBlogs/p/7208949.html