method FileUtils.getBaseNameimport { FileUtils } from "https://dotland.deno.dev/x/ts_morph@18.0.0/common/mod.ts"; getBaseName(fileOrDirPath: StandardizedFilePath): stringGets the last portion of the path. Gets the last portion of the path. ParametersfileOrDirPath: StandardizedFilePath Path to get the base name from. Returnsstring