A) Does Ruby have a good way to access Mac's file system? Specifically, check for folder names, file names, move files and directories around...
I've been searching for 20 minutes and the only thing I can find is FileUtils, and I can't find ANY documentation or websites about it.
B) If the above is possible, can you use that same system to create an alias or symbolic link to a file or folder?