Metadata fields in Acrobat

this is my first post, and for some people, i’m sure this is a “stupid question” but does anyone know how to write an applescript that will turn out a result that displays the amount of free space on my hard drive?

it’s for a project i’m trying to do…but to little avail

thanks a lot :slight_smile: [/i][/u]

This script will return the amount of space available on your startup disk, though you could specify some other disk, the Finder can return the “free space” property of any disk. The rest of the script is a routine for converting the raw bytes into a readable number with the appropriate units:

Jon


[This script was automatically tagged for color coded syntax by Convert Script to Markup Code]