https://github.com/yanamura/tempry
Get a random temporary directory path
https://github.com/yanamura/tempry
script swift swift-script temporary temporary-directory
Last synced: 3 months ago
JSON representation
Get a random temporary directory path
- Host: GitHub
- URL: https://github.com/yanamura/tempry
- Owner: yanamura
- License: mit
- Created: 2018-03-30T08:49:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T06:08:22.000Z (over 6 years ago)
- Last Synced: 2025-03-08T03:47:31.005Z (11 months ago)
- Topics: script, swift, swift-script, temporary, temporary-directory
- Language: Swift
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tempry
[](https://travis-ci.org/yanamura3/Tempry)
Get a random temporary directory path
## Usage
### create temporary directory and get the path
```swift
path = try Tempry.directory()
```
### delete temporary directory
```swift
try Tempry.dispose(path: path)
```