No problem:
filen = Dir(directory, 7) 'Catch first file
Do Until filen = ""
name filen lcase(filen)
filen = Dir() 'Find next file
Loop
Hope this helps!
|
Results 1 to 1 of 1
Thread: File Renaming
|
Click Here to Expand Forum to Full Width |