public static DirectoryInfo OfPath(string e) { DirectoryInfo n = new DirectoryInfo(); n.FullPath = e; return n; }