Module

Node.FS

Package
purescript-node-fs
Repository
purescript-node/purescript-node-fs

#FileDescriptor Source

#FileMode Source

type FileMode = Int

#SymlinkType Source

data SymlinkType

Symlink varieties.

Constructors

Instances

#symlinkTypeToNode Source

symlinkTypeToNode :: SymlinkType -> String

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

#BufferLength Source

#BufferOffset Source

#ByteCount Source

type ByteCount = Int

#FilePosition Source

#fileFlagsToNode Source

fileFlagsToNode :: FileFlags -> String

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