Skip to content

Solved: path contains spaces#1

Open
luigiferrari1001 wants to merge 1 commit intobhui0003:masterfrom
luigiferrari1001:SolvePathContainsSpaces
Open

Solved: path contains spaces#1
luigiferrari1001 wants to merge 1 commit intobhui0003:masterfrom
luigiferrari1001:SolvePathContainsSpaces

Conversation

@luigiferrari1001
Copy link

URL configFileUrl = Utils.class.getResource(path):
problems arise if the path contains spaces.

getElementsFromFile(String filePath)
Problems arise if the path contains spaces.
Now we use InputStream instead.

URL configFileUrl = Utils.class.getResource(path):
problems arise if the path contains spaces.

getElementsFromFile(String filePath)
 Problems arise if the path contains spaces.
 Now we use InputStream instead.
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