5 references to Delete
mscorlib (5)
system\io\directory.cs (3)
1284Delete(fullPath, path, false, true); 1293Delete(fullPath, path, recursive, true); 1302Delete(fullPath, path, recursive, false);
system\io\directoryinfo.cs (2)
704Directory.Delete(FullPath, OriginalPath, false, true); 712Directory.Delete(FullPath, OriginalPath, recursive, true);