R
Randy
This is just a quick algorithm for something that I am about to write:
Dim ActiveFolder as string
Dim fFileName as file '??
Dim strArtist as string
Dim strAlbum as string
Dim strTitle as string
For each fFileName in ActiveFolder
'Replace Contributing Artist with strArtist
'Replace Album with strAlbum
'Replace Title with strTitle
Next
Does anybody know what the code is for the three lines that begin with
Replace inside the loop?
Also, what is the variable type for fFileName?
Thanks,
Randy
Dim ActiveFolder as string
Dim fFileName as file '??
Dim strArtist as string
Dim strAlbum as string
Dim strTitle as string
For each fFileName in ActiveFolder
'Replace Contributing Artist with strArtist
'Replace Album with strAlbum
'Replace Title with strTitle
Next
Does anybody know what the code is for the three lines that begin with
Replace inside the loop?
Also, what is the variable type for fFileName?
Thanks,
Randy