Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.
jonschlinkertalmost 2 years agoReturns true if a filepath starts with the given string. Works with windows and posix/unix paths.
jonschlinkertover 1 year agoGet cross-platform XDG Base Directories or their equivalents. Works with Linux, Windows (win32), or MacOS (darwin).
folderover 1 year agoProvide some enhanced methods base on node:fs
.