INFO6205
INFO6205 copied to clipboard
bugfix: getFile() breaks when directory has spaces in it
Greetings professor,
When working on assignment 6, I noticed that getFile() function throws FileNotFoundException when the path to the file contains a space. I've used an alternative method to get the file path using Paths library which works in this case. Tested on windows with the repo stored in a folder with a space in the folder name.