method FileUtils.isRootDirPathimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@17.0.1/common/mod.ts"; isRootDirPath(dirOrFilePath: string): booleanGets if the path is for the root directory. Gets if the path is for the root directory. ParametersdirOrFilePath: string Path. Returnsboolean