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

use file.exists to check file existance #53

Merged
merged 1 commit into from Sep 27, 2017
Merged

use file.exists to check file existance #53

merged 1 commit into from Sep 27, 2017

Commits on Sep 27, 2017

  1. use file.exists to check file existance

    isFile is only useful to distinguish between files and folders, and will throw an exception if the file doesn't exist. In 0.6.6 it always aborts with an exception unless the archive is already present.
    antonio-rojas committed Sep 27, 2017