method FileUtils.getDirPathimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@19.0.0/common/mod.ts"; getDirPath<T extends string>(fileOrDirPath: T): TGets the directory path. Gets the directory path. Type ParametersT extends stringParametersfileOrDirPath: T Path to get the directory name from. ReturnsT