RAA - vfs

vfs / 0.0+ab1

Short description: open anything with URI
Category: Library/File
Status: alpha
Created: 2003-10-11 13:22:10 GMT
Last update: 2003-10-11 13:22:06 GMT
Owner: sugi (Projects of this owner)
Homepage: http://sugi.nemui.org/wiki/libvfs-ruby
Download: http://sugi.nemui.org/pub/ruby/vfs/
License: Ruby's
Dependency:
None
Description:

Extention of File and Dir class for treating any URI.

Now, just started, snapshot tarball only.
Currently HomePage is provided in only japanese...


eg;
File.open("ftp://foo/README.txt", "w") << "write any"
File.mtime("https://foo/bar.html")
Dir.open("http://foo/bar/").each {|f| .... }
Dir.mkdir("zip:/tmp/archive.zip/newdir")

Edit this project (for project owner)

back to RAA top