Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this change addresses issue #74 - Filter, submitted by CSester. #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 23, 2015

  1. this change addresses issue AvianFlu#74 - Filter, submitted by CSester.

    the cause: when a regex filter is provided as an option, the first
    check is made against the path name, and if the path does not match the
    regex option, then the callback function is called with no error, and
    the code is exited without processing any of the files within the
    folder.
    this change simply ignores the first iteration through the startCopy
    function, which is the path name.
    bill209 committed May 23, 2015
    Configuration menu
    Copy the full SHA
    47ac8b0 View commit details
    Browse the repository at this point in the history