C# 根据绝对路径获取信息

 

1  string pathStr =" D:\Test\a.txt";
2 string FileName= System.IO.Path.GetFileName(pathStr );//文件名 “a.txt”
3 string Extension = System.IO.Path.GetExtension(pathStr );//扩展名 “.txt”
4 string FilePath = System.IO.Path.GetFileNameWithoutExtension(pathStr );// 没有扩展名的文件名 “Default”
5 string directory=System.IO.Path.GetDirectoryName(physicalPath);//目录

 

C# 根据绝对路径获取信息

上一篇:使用VHD安装Win7


下一篇:【Raspberry Pi】webpy+mysql+GPIO 实现手机控制