LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

browsing a network in labview

I want to browse a network with Labview. I want to specify the machine name and get the list of folder.
Like the "List Directory" function.

Input : Machine Name
ex. \\pc-101

Output : Array of folders


Does any body have a tips for me

Thanks

Dany
LabVIEW ChampionArchitect
0 Kudos
Message 1 of 2
(2,120 Views)
Use File I/O -> Advanced -> List Directory and use "\\pc-101[+shared resource]" as input (for example, if your D drive is shared ... use "\\pc-101\d").Therefore, don't forget to share the resource in order to be able to access it from another computer.

Hope this helps
0 Kudos
Message 2 of 2
(2,120 Views)