示例#1
0
 public void Alter(TemplatePlan plan)
 {
     FileSystemExtensions.CreateDirectory(new FileSystem(), new string[]
     {
         plan.Root,
         this._relativePath
     });
 }