The Visual Basic 6 language uses file handlers to write data to a CSV file, which is a text file that separates values using the comma character. The CSV file format lets you export and import data ...
I have a vbs script that is reading a csv file, works great as long as there is only 1 dot in the file name. Is there a way to get it to access a file name with "."s ...