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