toDirectory method

Directory toDirectory(
  1. String path
)

Implementation

Directory toDirectory(String path) => Directory(getRealPath(path));