syncany / syncany

Syncany is a cloud storage and filesharing application with a focus on security and abstraction of storage.
https://www.syncany.org
Other
1.65k stars 217 forks source link

Change pathToString to use String.replace instead of String.replaceAll #599

Closed jaysonsantos closed 7 years ago

jaysonsantos commented 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.

pimotte commented 7 years ago

Thanks!