Properties.Settings.Default.Local_Server = "localhost";
Properties.Settings.Default.Save();
System.IO.Directory.CreateDirectory(@"\\"+ Properties.Settings.Default.Local_Server + "\\Documents\\Elite Software Suite");
I keeping getting this error "The network name cannot be found" any help?