Renaming files changes uppercase to lowercase, such as
lcCSVname = "0207986742_EUR_20161026_100259.csv“
lcNewCSVname = "E1-0207986742-25AUG2016-26OCT2016.CSV“
RENAME &lcCSVname TO &lcNewCSVname
Result e1-0207986742-25okt2016-26okt2016.csv
Is there a way to force it to uppercase?
Klaus
lcCSVname = "0207986742_EUR_20161026_100259.csv“
lcNewCSVname = "E1-0207986742-25AUG2016-26OCT2016.CSV“
RENAME &lcCSVname TO &lcNewCSVname
Result e1-0207986742-25okt2016-26okt2016.csv
Is there a way to force it to uppercase?
Klaus