LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PDA Module File path

How to get the current directory path (where the executable runs)?
0 Kudos
Message 1 of 8
(5,038 Views)
Use the function "Current Vi's Path" and strip it twice using the stip path function. This is also the case when using a dll.
BJD1613

Lead Test Tools Development Engineer

Philips Respironics

Certified LV Architect / Instructor
0 Kudos
Message 2 of 8
(5,037 Views)
Thanks, but "Current VI's Path" VI is not available on the PDA module.

Joe
0 Kudos
Message 3 of 8
(5,037 Views)
Joe,
On the Pocket PC, the executables are downloaded to the Program directory, which is just \Windows\Start Menu\Programs. If you are doing File I/O from the PPC, you just reference the file path in the same way. For example, you could write to "\My Documents". There is no drive included in the file path (no C: or anything).

The Palm may be different -- I would check with the manual or their tech support to find out how to reference file paths.

I hope this helps!

Liz F
0 Kudos
Message 4 of 8
(5,037 Views)
Thank you.

Joe
0 Kudos
Message 5 of 8
(5,037 Views)
I am also have problem with path in PDA module.
When I using path constant and try to enter path (for example \Windows\Data\sin80.dat) LV create path D:\Windows\Data\sin80.dat, and I can't delete "D:\".
Can You explain me error.
0 Kudos
Message 6 of 8
(4,938 Views)
0 Kudos
Message 7 of 8
(3,278 Views)

how can i create the file path with browse option in pda?

 

 

 

thanks in advance

0 Kudos
Message 8 of 8
(2,926 Views)