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

feat: add a Boolean "path exists" function #291

Merged
merged 3 commits into from
Jan 5, 2022

Conversation

DavidVujic
Copy link
Collaborator

Description

Fixes issue #254

Motivation and Context

Avoiding a breaking change in the existing exists function, by adding a pathExists that will return a boolean value.

true if the path exists, false if not.

How Has This Been Tested?

npm test ok.
Added code to the examples, that runs the new functions.
CircleCI builds passed.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

@DavidVujic DavidVujic merged commit 035a06f into yfinkelstein:master Jan 5, 2022
@DavidVujic DavidVujic deleted the boolean_path_exists branch January 5, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant