Module fs-base
This module provides an implementation of "fs-base" as defined by the CommonJS Filesystem/A/0 proposal.
Functions
- canonical(path)
- changeGroup(path, group)
- changeOwner(path, user)
- changePermissions(path, permissions)
- changeWorkingDirectory(path)
- exists(path)
- group(path)
- hardLink(source, target)
- isDirectory(path)
- isFile(path)
- isLink(target)
- isReadable(path)
- isWritable(path)
- iterate(path)
- lastModified(path)
- list(path)
- makeDirectory(path, permissions)
- move(from, to)
- openRaw(path, mode, permissions)
- owner(path)
- permissions(path)
- readLink(path)
- remove(path)
- removeDirectory(path)
- same(pathA, pathB)
- sameFilesystem(pathA, pathB)
- size(path)
- symbolicLink(source, target)
- touch(path, mtime)
- workingDirectory()
