api documentation for tmp (v0.0.31)

Temporary file and directory creator

table of contents

  1. module tmp
    1. function tmp.dir (options, callback)
    2. function tmp.dirSync (options)
    3. function tmp.file (options, callback)
    4. function tmp.fileSync (options)
    5. function tmp.setGracefulCleanup ()
    6. function tmp.tmpName (options, callback)
    7. function tmp.tmpNameSync (options)
    8. string tmp.tmpdir

module tmp

function tmp.dir (options, callback)

function tmp.dirSync (options)

function tmp.file (options, callback)

function tmp.fileSync (options)

function tmp.setGracefulCleanup ()

function tmp.tmpName (options, callback)

function tmp.tmpNameSync (options)

[ this document was created with utility2 ]