Out of service. Please use Q-IO instead.
The q-io/fs
module provides the interface once provided by q-fs
.
Q Promise wrappers for Node's file system.
Out of service. Please use Q-IO instead.
The q-io/fs
module provides the interface once provided by q-fs
.
makeTree
on the latest Mac OS X.fs-boot
dependency to fix directory
.makeTree
; not waiting for
parent directory to be created.makeDirectory
.relative
function, which stats the source
directory to determine whether to compute relative to a
directory or another kind of file.symbolicLink
(which creates a symbolic link with
the given text) and symbolicCopy
(which behaves like
copyTree
except using a symbolic link as the mechanism
and automatically generates the link text using
relative
.Stats
objects so they can be emulated in
browsers and be guaranteed to have the same API on both
sides.listTree
filter functions.makeTree
algorithm for relative directories.relative
is no longer available. Use
relativeFromFile
for the same behavior. The change
distinguishes the named behavior from
relativeFromDirectory
. relative
may be reintroduced
in a future version, but it will perform a stat
on the
path first and branch to either of the explicit forms,
bearing in mind that performance penalty.Mock
and Root
from "q-fs"
instead of the Fs
exports of `"q-fs/"`.remove
, statLink
, statFd
, link
, chown
,
chmod
, append
, listDirectoryTree
, makeTree
,
removeTree
.toObject(path_opt, charset_opt)
for reading a
file system into an in-memory object.mock(fs, path)
, and merge(fss)
for reading
file systems into a read-only mock, and for merging file
system layer objects into a single file system, like a
tar copy.