Construction options for concrete path factories.
示例#1
0
 static Paths()
 {
     FactoryOptions = new PathFactoryOptions
     {
         AutoExpandUserDirectory = true
     };
 }
示例#2
0
文件: Paths.cs 项目: nemec/pathlib
 static Paths()
 {
     FactoryOptions = new PathFactoryOptions
     {
         AutoExpandUserDirectory = true
     };
 }