INFO6205 icon indicating copy to clipboard operation
INFO6205 copied to clipboard

bugfix: getFile() breaks when directory has spaces in it

Open sharunkumar opened this issue 2 years ago • 0 comments

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.

sharunkumar avatar Mar 12 '23 20:03 sharunkumar