README.rdoc in fun_with_files-0.0.13 vs README.rdoc in fun_with_files-0.0.14
- old
+ new
@@ -1,6 +1,6 @@
-= fun_with_files
+= fun_with_files =
FunWith::Files adds a bit of whimsy to your file manipulations, if that's what you're looking for.
To the code!
@@ -32,10 +32,18 @@
# <FunWith::Files::FilePath:/home/user/Music/sinead_o_connor/theology/05-darker_than_blue.mp3>]
mp3s.last.write( Hypothetical::MP3::Source.new.read )
# whole buchcha other goodies, yet to be documented.
-== DirectoryBuilder
+
+
+=== Linking files ===
+
+While fwf.symlink and fwf.link are both backed by FileUtils.ln / FileUtils.ln_s, the defaults are somewhat different
+
+
+
+== DirectoryBuilder ==
DirectoryBuilder is a class for defining and populating a file hierarchy with relative ease. DirectoryBuilder is probably most easily demonstrated by example. Sample code:
# starts by creating directory. If parent
# directories don't exist, they will soon.