5 references to DeleteFile
mscorlib (5)
system\io\directory.cs (1)
1448r = Win32Native.DeleteFile(Path.CombineNoChecks(fullPath, fileName));
system\io\file.cs (1)
303bool r = Win32Native.DeleteFile(fullPath);
system\io\fileinfo.cs (1)
347bool r = Win32Native.DeleteFile(FullPath);
system\io\longpath.cs (2)
264bool r = Win32Native.DeleteFile(tempPath); 845r = Win32Native.DeleteFile(fileName);