LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

FileSelectPopup() does not preserve case in filename

How can I preserve the case (capitalization) of a selected filename when using the FileSelectPopup?
0 Kudos
Message 1 of 3
(3,105 Views)
I'm not sure what you mean. File Select Popup does return the filename with the capitalization correct. I.E. "c:\Program Files\National Instruments\Measurement Studio\CVI\cvi.exe"

What exactly are you talking about?

Best Regards,

Chris Matthews
National Instruments
Message 2 of 3
(3,105 Views)
After further investigation, this is what happened.

I had created a default file name for my FileSelectPopup box: "Source.dat" So, when the FileSelectPopup appeared there would already be "Source.dat" in the filename text box. There already existed a file called "source.dat" in the current directory. So, when I pressed OK it was using "source.dat" as my newly selected filename. It assumed that "source.dat" was the same as "Source.dat"

This is not a problem with the FileSelectPopup...it is an OS issue.

Sorry to have posted this. I originally misdiagnosed the problem.

Thanks for trying to help,
Kay
0 Kudos
Message 3 of 3
(3,105 Views)