pathize method

String pathize()

Converts this string to a path name.

Implementation

String pathize() => underscore().replaceAll('_', '/');