Closed giann closed 2 years ago
fs.cwd() > str
fs.mkDir(str path)
path
fs.rm(str path)
fs.move(str from, str to)
from
to
fs.ls(str path) > [str]
fs.cwd() > str
: returns current directory absolute pathfs.mkDir(str path)
: creates directorypath
fs.rm(str path)
: deletes directory or file atpath
fs.move(str from, str to)
: moves/renames file atfrom
toto
fs.ls(str path) > [str]
: list files underpath