Module

Node.FS

#FileDescriptor

#FileMode

type FileMode = Int

#SymlinkType

data SymlinkType

Symlink varieties.

Constructors

Instances

#symlinkTypeToNode

symlinkTypeToNode :: SymlinkType -> String

Convert a SymlinkType to a String in the format expected by the Node.js filesystem API.

#BufferLength

#BufferOffset

#ByteCount

type ByteCount = Int

#FilePosition

#fileFlagsToNode

fileFlagsToNode :: FileFlags -> String

Convert a FileFlags to a String in the format expected by the Node.js filesystem API.

Modules