Tempry/README.md

343 B

Tempry

Build Status

Get a random temporary directory path

Usage

create temporary directory and get the path

path = try Tempry.directory()

delete temporary directory

try Tempry.dispose(path: path)