getRealPath method

String getRealPath(
  1. String localPath
)

Implementation

String getRealPath(String localPath) =>
    VPaths.join(realRoot, localPath).replaceAll("/", Platform.pathSeparator);