Looks for a suffix on a path and returns either the path with the suffix removed or the original path.
(String suffix)
| 41 | * either the path with the suffix removed |
| 42 | * or the original path. */ |
| 43 | Source trim(String suffix); |
| 44 | |
| 45 | /** Looks for a suffix on a path and returns |
| 46 | * either the path with the suffix removed |
no outgoing calls