gpt4 book ai didi

asp.net - 如何强制 System.IO.Path.GetDirectoryName(字符串路径)在 Windows 环境中使用/

转载 作者:行者123 更新时间:2023-12-05 05:28:41 24 4
gpt4 key购买 nike

我想使用斜杠而不是反斜杠,因为我的应用程序与 ftp 通信,不允许将反斜杠作为目录分隔符。

有没有自己写方法的捷径/配置?

最佳答案

窃取@Tejs 评论作为答案。

由于 GetDirectoryName 返回一个字符串,您可以简单地将反斜杠替换为您喜欢的符号:

Path.GetDirectoryName(path).Replace("\\", "/")

关于asp.net - 如何强制 System.IO.Path.GetDirectoryName(字符串路径)在 Windows 环境中使用/,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8714965/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com