On May 19, 2:41 pm, "P. Douglas Reeder" <[email protected]> wrote: > Obviously, I need to prevent the disk from being filled up with > uploads. Is there an API to get disk space, or must I shell out and > call "fs"? (My app runs on a linux device, specifically webOS 2.2 and > higher.) > Ishttp://groups.google.com/group/nodejs/browse_thread/thread/764648024c... > still the latest word?
I just whipped up a cross-platform binding that adds a few of these kinds of functions: https://github.com/mscdex/xsys I may add some other handy functions in the future. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
