Feb 14, 2006 #1 B bjwade62 Well-known member Joined Oct 31, 2003 Messages 104 The code below wont delete hiddden files. Any help? IO.File.Delete("c:\temp\*.*")
Feb 14, 2006 #2 Cags Well-known member Joined Feb 19, 2004 Messages 690 Location Melton Mowbray, England I would suggest that there must be another problem, because the System.IO.File.Delete method should work with hidden files.
I would suggest that there must be another problem, because the System.IO.File.Delete method should work with hidden files.
Feb 14, 2006 #3 B bjwade62 Well-known member Joined Oct 31, 2003 Messages 104 For some reason it didnt like the *.* so I put it through a loop instead. Thanks. Cags said: I would suggest that there must be another problem, because the System.IO.File.Delete method should work with hidden files. Click to expand...
For some reason it didnt like the *.* so I put it through a loop instead. Thanks. Cags said: I would suggest that there must be another problem, because the System.IO.File.Delete method should work with hidden files. Click to expand...