Closed jaysonsantos closed 7 years ago
This can cause problems on windows because the path separator is \ and String.replaceAll won't interpret it as literal, causing exceptions to be thrown.
\
String.replaceAll
Thanks!
This can cause problems on windows because the path separator is
\
andString.replaceAll
won't interpret it as literal, causing exceptions to be thrown.