Beispiel #1
0
 public DoPathRename(string path, string newpath, PathType pathtype)
 {
     this.Path = path;
     this.NewPath = newpath;
     this.PathType = pathtype;
 }
Beispiel #2
0
 public DoPathDelete(string path, PathType pathtype)
 {
     this.Path     = path;
     this.PathType = pathtype;
 }
Beispiel #3
0
 public DoPathDelete(string path, PathType pathtype)
 {
     this.Path = path;
     this.PathType = pathtype;
 }
Beispiel #4
0
 public DoPathRename(string path, string newpath, PathType pathtype)
 {
     this.Path     = path;
     this.NewPath  = newpath;
     this.PathType = pathtype;
 }