Пример #1
0
 private void generateDefaultSite()
 {
     if (!Directory.Exists(RESTBootstrapper.RootDir()))
     {
         Directory.CreateDirectory(RESTBootstrapper.RootDir());
     }
     writefile("index.html", RESTBootstrapper.RootDir());
 }
Пример #2
0
 public string GetRootPath()
 {
     return(RESTBootstrapper.RootDir());
 }