Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Fletch219839

    deleting files with vbs

    I am using the following code to delete files. Const DeleteReadOnly = True Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.DeleteFile("Q:\Company\Forms\*.PTR"), DeleteReadOnly The code works great as long as their is a PTR file in the folder to delete. If their is no PTR file in...

Part and Inventory Search

Back
Top