10-26-2006 03:35 AM
10-26-2006 09:50 AM
10-26-2006 09:59 AM - edited 10-26-2006 09:59 AM
This is expected behavior...an empty path (in LabVIEW, anyway) refers to the "root" folder...on Windows, this would be "My Computer". Try it out with the List Folder function...give it an empty path, and it will return to you all the drive letters on your machine (A:, C:, D:, etc.). So the VI is functioning correctly, because it is in fact TRUE that My Computer exists... 🙂
The correct behavior is even more apparent on Linux, because an empty path on Linux is actually the root "/", which will return all folders under root on the machine.
-D
Message Edited by Darren on 10-26-2006 10:00 AM
10-26-2006 10:15 AM
10-26-2006 01:39 PM