(String providedPath)
| 58 | } |
| 59 | |
| 60 | private void convertAndClean(String providedPath) { |
| 61 | convertAndClean(providedPath, true); |
| 62 | } |
| 63 | |
| 64 | private void convertAndClean(String providedPath, boolean optimize) { |
| 65 | String providedFormattedPath = formatPath(providedPath); |