Skip to content

yanamura/Tempry

Repository files navigation

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)