Blog for coders
Welcome friends.
Wednesday, May 25, 2011
Delete file by extention
For Each
filename
As String In
IO.Directory.GetFiles(Path.GetTempPath.ToString(),
"*.bin"
)
IO.File.Delete(filename)
Next
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment