on mouseUp
  put the defaultFolder into tDir
  set the defaultfolder to "/Volumes/util/"
  if the result is not empty then
    answer the result
    exit to top
  end if
  get the diskspace
  put it &cr& the defaultFolder
end mouseUp

It's working here for 2.70 on XP SP 2. I specify D:/Downloads and get the correct free space in bytes for the drive.

Scott
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to