LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW function to detect 32 Bit (X86 Program Files) vs 64 Bit (Program Files) System?

Solved!
Go to solution

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.

0 Kudos
Message 1 of 4
(2,964 Views)
Solution
Accepted by topic author jonathanupr
0 Kudos
Message 2 of 4
(2,961 Views)

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

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 4
(2,959 Views)

thank you

0 Kudos
Message 4 of 4
(2,955 Views)