LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Want to querry computer for disk space and available memory

I want to querry my computer as to how much memory and how much disk space is available.  Are there standard functions built into Labviiew to do this?

0 Kudos
Message 1 of 2
(2,292 Views)

Here's what I use for disk space:

DiskSpace.PNG

 

Note that by default, this gives you the free space on the volume that the VI containing this code is on.

 

Pass in a different path if you want the space on a different volume.

 

GET VOLUME INFO.vi is on the ADVANCED FILE FUNCTIONS palette.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 2 of 2
(2,287 Views)