Skip to content

Commit

Permalink
re #30 adding documentation for newly added functionality for files
Browse files Browse the repository at this point in the history
  • Loading branch information
lowks committed Feb 12, 2015
1 parent 21845b6 commit e4a9aed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Radpath/files.ex
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ defmodule Radpath.Files do
Radpath.files(["/home/lowks/Documents", "/tmp"], ["doc"])
or
Radpath.files(["/home/lowks/Documents", "/tmp"])
or
Radpath.files(['/home/lowks/Documents', '/tmp'], ['doc', 'pdf'])
Paths that do not exists returns an empty list:
Expand Down

0 comments on commit e4a9aed

Please sign in to comment.