Skip to content

Instantly share code, notes, and snippets.

@knewter
Created January 2, 2014 13:53
Show Gist options
  • Save knewter/8219426 to your computer and use it in GitHub Desktop.
Save knewter/8219426 to your computer and use it in GitHub Desktop.

Elixir's File module provides a lot of methods to make working with files and the file system easy and comfortable. In today's episode, we're going to cover the first part of the File module:

  • cd
  • chgrp
  • chmod
  • chown
  • close
  • copy
  • cp
  • cp_r
  • cwd
  • dir?
  • exists?
  • ls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment