home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1112 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: mn5.swip.net!usenet
  2. From: roland.bengtsson@mbox3.swipnet.se (Roland Bengtsson)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: How to get count of free bytes on a floppy in ARexx?
  5. Date: 15 Jan 1996 21:28:44 GMT
  6. Organization: -
  7. Message-ID: <1103.6588T1335T1997@mbox3.swipnet.se>
  8. References: <4dc753$85e@stratus.CAM.ORG>
  9. NNTP-Posting-Host: dialup101-166.swipnet.se
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12.  >:How do I get a count of free bytes on a floppy disk or
  13.  >:any other device in ARexx?
  14.  
  15.  >:I tried "info" and scanning the output but that is akward...
  16.  >:Also, "info" give the count in blocks and that is not practical...
  17.  
  18. Why not? It's more accurate than free bytes. If you wanna know free bytes you do
  19.  
  20. free blocks * 512 = free bytes. I think it's only hd's than can have bigger blocks.
  21.  
  22. -- 
  23.                               \|/
  24. Thor 2.22                     @ @
  25. +--------------------------oOO-(_)-OOo----------+
  26. |Amigaowner  |                                  |
  27. |since 1988  |                                  |
  28. |    _       |Fidonet> 2:203/802.6              |
  29. | _ //       |                                  |
  30. | \X/        |Falkenberg, Westcoast of Sweden   |
  31. |A3000/10MB  |                                  |
  32. |280HD/28.8  |Please write where YOU live!      |
  33. |GVP Spectrum|                                  |
  34. |AFSPro      |Amiga-Programmer in C             |
  35. +------------+----------------------------------+
  36. AMIGA - Multimedia, Preemptive Multitasking
  37. Plug'n'Play since 1985.
  38. PGP-key Available
  39.  
  40. --
  41.  
  42.