Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 343 Bytes

File metadata and controls

18 lines (12 loc) · 343 Bytes

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)