stripRelativePath static method

String stripRelativePath(
  1. String path
)

Implementation

static String stripRelativePath(String path) => path.replaceFirst("./", "");