Spaces in file names
807605Sep 27 2007 — edited Sep 27 2007I'm having a problem with spaces in the path name on a windows computer. Here's the issue:
I use ClassLoader.getResource(filename) to retrieve a URL to a file. I thenk use url.getFile() to return a file. The problem is that this file name still has %20 instead of " " in the file name. When I go to do listFiles in that path, I get nothing found.
Anyone seen anything like this? Any ideas on how to fix it?
Thanks.