LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

searching for files in server

Hi, may i know is there anyway a client, say a PDA can access a server's memory(PC) and search for files? Is there any examples available?
 
Thanks!
0 Kudos
Message 1 of 4
(3,894 Views)
You can get a list of all of the files in a certain path, and if the pda is able to access the server through the network with say a \\server\files path, then you should be able to input this to the List Folder VI, which is located under the File I/O >> Advanced File Functions palette.  I would recommend using that VI to see if you can access the server path through the PDA when it is on the network, then you can build a search off of this.  However, there is no native function that searches the directory like you can with Windows search.
Brian Coalson

Software Engineer
National Instruments
0 Kudos
Message 2 of 4
(3,868 Views)
Thanks, but can i use TCP/IP instead of using the network?
0 Kudos
Message 3 of 4
(3,837 Views)
Hi HMeiz,
 
You cannot use TCP/IP without a network as it is an internet communication protocol. 
 
 
Regards,
Elizabeth S.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 4
(3,796 Views)