method FileUtils.pathIsAbsoluteimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@17.0.1/common/mod.ts"; pathIsAbsolute(fileOrDirPath: string): booleanGets if the path is absolute. Gets if the path is absolute. ParametersfileOrDirPath: string File or directory path. Returnsboolean