[IronPython] tempfile.mktemp

Sanghyeon Seo sanxiyn at gmail.com
Wed Feb 8 01:34:25 CET 2006


Currently, tempfile module doesn't import on IronPython for various
reasons. If you only need tempfile.mktemp, this should be enough:

# tempfile.py
import System
mktemp = System.IO.Path.GetTempFileName

Seo Sanghyeon



More information about the Ironpython-users mailing list