Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

This module contains basic procs for creating temporary files and directories

License

Notifications You must be signed in to change notification settings

OpenSystemsLab/tempfile.nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tempfile.nim

This module contains basic procs for creating temporary files and directories

This module is impressed by Python's tempfile module

Installation

$ nimble install tempfile

Usage

import tempfile

var (file, name) = mkstemp()
echo name
var dir = mkdtemp()
echo dir

About

This module contains basic procs for creating temporary files and directories

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages