.NET path manipulation library

后端 未结 5 1592
感情败类
感情败类 2021-01-06 05:49

Does anyone know of any good library that abstracts the problem of path manipulation in a nice way? I\'d like to be able to combine and parse paths with arbitrary separators

5条回答
  •  礼貌的吻别
    2021-01-06 06:26

    You're describing regular expressions! Use that as the underpinning for what you need to do.

提交回复
热议问题