LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LIST OF ALL DIRECTORIES IN COMPUTER

dear sir,
 
i want  a list of all directories in computer from all drives. Is it possible?
 
 
 
 
falgandha mohire 
Message 1 of 9
(4,137 Views)
If you have a newer version of LabVIEW, you can use the tool "recursive file list" from the advanced file I/O palette.
0 Kudos
Message 2 of 9
(4,133 Views)
And to get the info on all drives you have to feed an empty path into it.

Ton
(Be aware it might take some time)
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 3 of 9
(4,122 Views)
thanks a lot
 
but i don't have newer version of labview. I am using labview 7.0 right now. please suggest me any another option. so that i can give only computer name and able to get all directories from all drives
 
pleas do the needful
 
falgandha mohire
0 Kudos
Message 4 of 9
(4,108 Views)

Hi andheri,

      Maybe this will help.

Cheers!

"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
0 Kudos
Message 5 of 9
(4,096 Views)
0 Kudos
Message 6 of 9
(4,076 Views)
hello sir
I am using Labview7.0 for developing my application software.whenever communication failure/Power failure condition occures i want to display "COMMUNICATION FAILED" error to the user programmatically in my software. Please suggest any solution using which labview tools i can get the answer?
 
regards
vijeta
0 Kudos
Message 7 of 9
(4,044 Views)
Your second post makes me think this is a network application, with the input of a computer name.  If that is true, then it is much more difficult, as you would need to set up the other computer to share all the drives, or have administrator access to the computer in question.  Ignore me if I am mistaken.
0 Kudos
Message 8 of 9
(4,037 Views)


@andheri wrote:
I am using Labview7.0 for developing my application software.whenever communication failure/Power failure condition occures i want to display "COMMUNICATION FAILED" error to the user programmatically in my software. Please suggest any solution using which labview tools i can get the answer?

vijeta
 
Since this is a new question and not related to the directory listing question of this thread, you should start a new thread for it to keep everything on topic.
 
You should also specify how you are communicating with the devices.
 
Good luck!

0 Kudos
Message 9 of 9
(4,018 Views)