当前位置:首页
> Path
C# Path类、File类、Directory类复习
Path类:对包含文件或目录路径信息的 String 实例执行操作。 这些操作是以跨平台的方式执行的。命名空间: System.IOPath...
C# Path类常用操作
Path是静态类。只适用于操作路径的类。using System; using System.IO; namespace Path类 { class Program &nbs...