yanamura / Tempry

Get a random temporary directory path

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Get a random temporary directory path

License:MIT License


Languages

Language:Swift 84.1%Language:Ruby 15.9%