absouteProjectFilePath static method

String absouteProjectFilePath(
  1. String relativePath
)

Implementation

static String absouteProjectFilePath(String relativePath) =>
    p.join('$currentPath/$relativePath');