Notifications
Clear all
[Closed] loadmaxfile and maxfilepath
Apr 17, 2015 11:33 pm
I just noticed this odd tidbit, processing a list of file paths.
if you use loadmaxfile with a filepath string that has alowercase drive letter
it changes result returned by maxfilepath
file1=@"C:\myfile.max"
file2=@"c:\myfile.max"
resetMaxFile #noPrompt
loadmaxfile file1
maxfilepath
--"C:\myfile.max"
resetMaxFile #noPrompt
loadmaxfile file2
maxfilepath
--"c:\myfile.max"