We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Or perhaps throw an exception e.g. if trying to play paths with "/" on Windows when it should be "\".
The text was updated successfully, but these errors were encountered:
The difficulty is dealing with any Windows extended path syntax, like network paths.
Sorry, something went wrong.
If we knew for certain the MRL was a File, we could use new FIle(mrl).getAbsolutePath().
Maybe compromise solution to add overloads to play/prepare etc to pass a File or Path argument.
No branches or pull requests
Or perhaps throw an exception e.g. if trying to play paths with "/" on Windows when it should be "\".
The text was updated successfully, but these errors were encountered: