Volume Size

Warren Samples warren at warrensweb.us
Tue Oct 14 08:21:54 EDT 2014


On 10/14/2014 04:55 AM, JB wrote:
> I can get a file size by listing the detailed files and I can
> get a list of all drives and volumes that are mounted by
> using the volumes function.  Is there a way to get the
> size of a drive or volume that is returned by using the
> volumes function?
>
> John Balgenorth
>

If 'volumes' doesn't work, maybe you can try

get shell("df -h")

You can try 'put shell("df -h")' in the message box to see if it gives 
you a result. If the command is still installed in OS X, you'll get 
information on disc size and usage.

Warren





More information about the use-livecode mailing list