getPathFromRoot function

File getPathFromRoot(
  1. String path
)

Implementation

File getPathFromRoot(String path) {
  return File(path).absolute;
}