normalizePath method

String normalizePath(
  1. String path
)

Normalize a path, removing redundant separators and up-level references.

Implementation

String normalizePath(String path) => p.normalize(path);