normalize property

String normalize

Return current String value as being a path to a File or Directory with forward slashes ('/') replaced for the platform specific separator.

Implementation

String get normalize => replaceAll("/", Platform.pathSeparator);