02-27-2014 09:11 AM
I am looking for a LabVIEW function that detects whether the system is a 32 bit or 64 bit system. The reason for this is that I need to change our file paths to draw from either the X86 Program Files folder or the Program Files folder, I'd rather do this programatically so as not having to do it manually each time.
Thanks.
Solved! Go to Solution.
02-27-2014 09:15 AM
02-27-2014 09:15 AM
Use "Application Directory" for relative paths from your EXE in "Program Files".
Otherwise, use "Get System Directory.vi" and select "Application Files" as option.
Norbert
02-27-2014 09:16 AM
thank you