fpath
Properties
path
path: import("path-browserify").Path;
sep
sep: string;
Methods
basename()
basename(filePath: import("./FrontApplet/FileSystem/types").IFilePath, suffix?: string): string;
concat()
concat(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath;
dirname()
dirname(filePath: import("./FrontApplet/FileSystem/types").IFilePath): import("./FrontApplet/FileSystem/types").IFilePath;
extname()
extname(filePath: import("./FrontApplet/FileSystem/types").IFilePath): string;
isAbsolute()
isAbsolute(_: import("./FrontApplet/FileSystem/types").IFilePath): boolean;
join()
join(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath;
normalize()
normalize(filePath: import("./FrontApplet/FileSystem/types").IFilePath): import("./FrontApplet/FileSystem/types").IFilePath;
resolve()
resolve(filePath: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath;
safeJoin()
safeJoin(base: import("./FrontApplet/FileSystem/types").IFilePath, ...paths: string[]): import("./FrontApplet/FileSystem/types").IFilePath;
stringify()
stringify(filePath: import("./FrontApplet/FileSystem/types").IFilePath): string;