09-24-2010 01:05 AM
Hi,
I'm using a cRIO-9025 controller and wish to get the disk volume information of drive C: using the Get Volume Info function in the file I/O palette. When I run the function with the path as "C:\", the function returns an error 7 indicating that the path is incorrect.
I have used this function prior to this with cRIO but unfortunately I do not have any older devices with me to verify this now. I'm using LabVIEW 2009 SP1.
Many thanks!
Cheers!
Sankah2k
Solved! Go to Solution.
09-24-2010 06:18 AM - edited 09-24-2010 06:19 AM
I'm not sure whether c:\ is a valid path on CRIO,
the following code should get your paths:
Ton
09-24-2010 07:56 AM
09-26-2010 09:35 PM
Thank you both for your great help!
Managed to find that the path indeed was /c/
Cheers!