C# Path类

1.常用方法

//更改指定路径的拓展名,并返回最终路径
static string? ChangeExtension(string? path, string? extension)

//组合路径
//参数可为数组,或多个参数
static string? Combine(string[])

//返回指定路径的目录名
//  E://Test        返回E://
//  E://Test//      返回E://Test
string? GetDirectoryName(string? path)

//返回指定路径的根目录名
string GetPathRoot(string path)

//返回拓展名(含.)
string? GetExtension(string? path)

//返回“文件名.拓展名”
string? GetFileName(string? path)

//返回文件名(不含拓展名)
string? GetFileNameWithoutExtension(string? path)

//获得绝对路径
string GetFullPath(string path)

//获得绝对路径,path为空则返回basePath
string GetFullPath(string path, string basePath)

//返回path相对于relativeTo的相对路径
//若path和relativeTo不同根,则返回path
string GetRelativePath(string relativeTo, string path)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值