utilities.file

walk

(walk folder pattern)
Walks through the folder files which match the specified pattern.

Arguments: folder
           pattern

Returns Java file objects for the files in the [folder],
whose name matches [pattern].

## Usage

    (require '[utilities.file :refer :all])

    (walk source-folder #".*\.asc")