private void generateDefaultSite() { if (!Directory.Exists(RESTBootstrapper.RootDir())) { Directory.CreateDirectory(RESTBootstrapper.RootDir()); } writefile("index.html", RESTBootstrapper.RootDir()); }
public string GetRootPath() { return(RESTBootstrapper.RootDir()); }