Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  System / Utilities  |  Other System / Utilities  |  FreeSpaceFile X

FreeSpaceFile X

FreeSpaceFile X - 1.0

Makes a text file whose name is the amount of free space

All Time: Not rated (0.0)
This Version: Not rated (0.0)
Current Version: 1.0
Release Date: 2003-03-30
License: Freeware
Downloads (this version): 783
Downloads (all versions): 783
Price: Free

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

FreeSpaceFile saves a text file whose name tells you how much free space is available on the volume. This is useful if you are accessing files on a server where you cannot perform a get info like with FTP or Hotline servers. It updates the file every five minutes.

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.2
  • Mac OS X 10.1
  • Mac OS X 10.0

Additional Requirements:

  • Mac OS X 10.0 or higher

Screenshots:

Download Links:

Your Installed Versions:


 

Feedback Summary:

This Version:
Overall Rating: Not rated (0.0) Features: Not rated (0.0) Support: Not rated (0.0)
Ease of Use: Not rated (0.0) Quality / Stability: Not rated (0.0) Price: Not rated (0.0)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

FreeSpaceFile X CommentaryThis being said,… - Version: 1.0, 3/31/2003 07:44PM PST

Pascal Lessard
the software we are "talking' about here is free and also runs in Mac OS 9 where the voodoo mentionned here doesn't work at all. So let's give the guy a break !
Post a commentAlert Admin

FreeSpaceFile X CommentarySo that it… - Version: 1.0, 3/31/2003 07:41PM PST

Pascal Lessard
is clearer : a) type SH (and return) ; b) copy and paste the sequence in the parenthesis : (while [ 1 ] ; do filename=`df -k | awk '{print $4}' | sed -n "2p"` && echo `date` > $filename && sleep 350 && rm $filename ; done), removing the ' after the greater than...
Post a commentAlert Admin

FreeSpaceFile X CommentaryYep. Maxwell's got… - Version: 1.0, 3/31/2003 07:28PM PST

Torta
it (as long as you remove the extra ' that versiontracker's comment system inserted after the greater-than sign). That's all that this program really does. Camp Software might as well rewrite it as an AppleScript wrapper around a shell script. This is yet another instance in which REALbasic is completely the wrong tool for the job.
Post a commentAlert Admin