热门标签
更多>
搜索结果
查询Tags标签: localFilePath,共有 2条记录-
C# 获取文件的后缀,文件名和路径
现有一个文件路径为: localFilePath=”C:\Users\yhood\Desktop\林业局考勤06.xlsx“string directory = Path.GetDirectoryName(localFilePath); //文件所在路径 C:\Users\yhood\Desktopstring filename = Path.GetFileNameWithoutExtension(localFil…
2021/8/9 22:07:33 人评论 次浏览 -
C# 获取文件的后缀,文件名和路径
现有一个文件路径为: localFilePath=”C:\Users\yhood\Desktop\林业局考勤06.xlsx“string directory = Path.GetDirectoryName(localFilePath); //文件所在路径 C:\Users\yhood\Desktopstring filename = Path.GetFileNameWithoutExtension(localFil…
2021/8/9 22:07:33 人评论 次浏览