Skip to content

Instantly share code, notes, and snippets.

@morganp
Created November 22, 2010 09:30
Show Gist options
  • Save morganp/709736 to your computer and use it in GitHub Desktop.
Save morganp/709736 to your computer and use it in GitHub Desktop.
File Operators I forget
File.expand_path( relative_file ) => absolute_file
File.dirname( path/file ) => path
File.basename( path/file ) => file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment