[Q] creating hard links for Directories.



well as we all know the File class in ruby has the method link which
creates a hard link between files. I want to create hard links between
directories. so a link to directory would have the same content and any
change to its content will effect the other linked directories... I tries
using FileUtils class but it didn't work!.. any ideas?

.