Tech blog
My Pages
PUPPET
POSTGRES
DATA BASE
SOFTWARE TESTING
Tech News
Qmail
Manual Testing
CHECK_MK
PULP-PATCH-SERVER
Home
Thursday, December 19, 2013
VB Script function for deleting a specific file
Public Function Func_Delete_File(file_location)
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile(file_location)
End Function
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment