0

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?

maxie
  • 1
  • 1
  • you read this [FileUtils](http://ruby-doc.org/stdlib-1.9.3/libdoc/fileutils/rdoc/FileUtils.html) ? there is everything you need. – Roman Kiselenko Dec 19 '13 at 09:44
  • JUST found the proper documentation about two minutes ago. However, still don't know how to make an alias? – maxie Dec 19 '13 at 10:03
  • 1
    I have posted the link to the documentation as well as instructions on how to create symlinks as a response to your previous question: http://stackoverflow.com/questions/20678630/ruby-fileutils-alias-on-mac Why are you asking it again? Closing this one, since the other question is better formulated... – Patrick Oscity Dec 19 '13 at 11:45

0 Answers0