Class | Ole::Storage::DirClass |
In: |
lib/ole/storage/file_system.rb
|
Parent: | Object |
an instance of this class is supposed to provide similar methods to the class methods of Dir itself.
pretty complete. like zip/zipfilesystem‘s implementation, i provide everything except chroot and glob. glob could be done with a glob to regex regex, and then simply match in the entries array… although recursive glob complicates that somewhat.
Dir.chroot, Dir.glob, Dir.[], and Dir.tmpdir is the complete list.