Example #1
0
 public Rykonpath(string f,Rykonpathtype t,string rootdir )
 {
     this.path = f;
     this.type = t;
     this.webpath = this.path.Replace(rootdir,"");
 }
Example #2
0
 public Rykonpath(string f, Rykonpathtype t, string rootdir)
 {
     this.path    = f;
     this.type    = t;
     this.webpath = this.path.Replace(rootdir, "");
 }