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

getParent should not return null for targetFilename #22

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

Conversation

ovruni
Copy link

@ovruni ovruni commented Dec 6, 2016

Hi,

"new File(targetFilename).getParent()" return null value if targetFilename is a relative path, use "new File(targetFilename).getAbsoluteFile().getParent()" instead.

Note: For some strange reason the github.com website shows other lines, do not look at it, use "git log -p" to see the changes made.

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