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

Change Directory Support #10

Open
hypersoft opened this issue Dec 5, 2017 · 1 comment
Open

Change Directory Support #10

hypersoft opened this issue Dec 5, 2017 · 1 comment

Comments

@hypersoft
Copy link
Owner

hypersoft commented Dec 5, 2017

This feature is buggy. Java doesn't implement any notion of change directory, and neglects to provide an emulation layer.

You may encounter bugs due to this fact, particularly during error reporting. For example, you might expect to see a relative path in your error/fault messages, but you may indeed see an absolute path. This bug should not affect your ability to work with the contents of files.

This bug affects any method that may access files, and all process execution methods. Sometimes you will get the bug, sometimes you won't. It will take time to nail all of these bugs down, and in order to nail them down, a fault must be identified at runtime and corrected. As a result of this, this issue might never be closed.

@hypersoft
Copy link
Owner Author

hypersoft commented Dec 5, 2017

For more detailed information on the cause of this bug, please visit Stack Overflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant