Hi,
I am using the Dir() to search files on my hard drive then move them to another location.
Snip of Code shown below; this code is in a DO Loop
Dim StrDir As String
StrDir = Dir(App.Path & "\" & FileNameTxtBx.Text)
First problem is; I would like the program to search my whole hard drive and all sub folders! Can this be done?
Thank you
Manraj
I am using the Dir() to search files on my hard drive then move them to another location.
Snip of Code shown below; this code is in a DO Loop
Dim StrDir As String
StrDir = Dir(App.Path & "\" & FileNameTxtBx.Text)
First problem is; I would like the program to search my whole hard drive and all sub folders! Can this be done?
Thank you
Manraj