Re: Availabe diskspace

2016-05-11 Thread JB
"MB" or "KB" >> put it into theUnits >> get humanReadableDiskSpace (theUnits) >> ask info "Availabe diskspace" with it >> end mouseUp >> >> function humanReadableDiskSpace theUnits >> beep >> set the caseSensitive

Re: Availabe diskspace

2016-05-11 Thread Mike Bonner
> you can use the following function. > > on mouseUp >answer info "Show diskspace" with "GB" or "MB" or "KB" >put it into theUnits > get humanReadableDiskSpace (theUnits) >ask info "Availabe diskspace" with it >

Availabe diskspace

2016-05-11 Thread JB
If you want to ge the available diskspace you can use the following function. on mouseUp answer info "Show diskspace" with "GB" or "MB" or "KB" put it into theUnits get humanReadableDiskSpace (theUnits) ask info "Availabe diskspace" wi