Commit Graph

65 Commits

Author SHA1 Message Date
Jeff Hodges
4de717a976 Hum, how did that test pass last night? 2009-05-31 22:41:11 -07:00
Jeff Hodges
4f6259d180 FileSystem.clone now works when cloning regular files. 2009-05-31 02:24:33 -07:00
Jeff Hodges
2a0eba7933 cp_r should also raise an error when it cannot find the source file. 2009-05-30 23:40:45 -07:00
Jeff Hodges
35c2da972b Fixing cp_r sharing data between files copied 2009-05-30 23:30:50 -07:00
Jeff Hodges
b5e7359eac fixing FileUtils.mv 2009-05-30 23:24:29 -07:00
Jeff Hodges
2b3132096c FileUtils.mv should raise error on missing file 2009-05-30 22:04:17 -07:00
Jeff Hodges
45b0e2828f adding File#flush 2009-05-30 21:22:57 -07:00
Jeff Hodges
97e2133282 Dir.chdir can now be called without a block, and another error state
in chdir is taken care of. Specifically, where chdir into a
non-existent directory could put the filesystem into a broken state.
2009-05-30 20:40:21 -07:00
Jeff Hodges
b3bc7f6615 chdir now can be nested inside itself, errors if the directory doesn't
exist and we can still use absolute paths inside it.
2009-05-30 20:21:44 -07:00
Jeff Hodges
35c88244de default File.open to read mode 2009-05-30 11:31:19 -07:00
Jeff Hodges
d9a44e5482 Dir.chdir support (but not without a block :() 2009-05-30 11:30:46 -07:00
Jeff Hodges
af2eb63dbe Adding support for chown, chown_R and tests for Dir.glob. 2009-05-30 10:56:06 -07:00
Chris Wanstrath
b9a8f4e8ca few more read tests, readlines 2009-05-29 11:46:49 -07:00
Chris Wanstrath
d8aa9f38fc don't overwrite existing directories yet 2009-05-29 11:00:44 -07:00
Chris Wanstrath
384d58e736 make tests work, add more, start adding File.read and friends 2009-05-29 10:23:39 -07:00