Mega Code Archive

 
Categories / VisualBasic Script / Forms
 

Dir() Returns a string representing the name of a file or directory with specified pattern

Sub strDemo19()    Debug.Print Dir("C:\Windows\*.ini") End Sub