Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2718

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: -260349693 *}

i1 : fn = temporaryFileName()

o1 = /tmp/M2-26012-1

i2 : fileExists fn

o2 = false

i3 : fn << "hi there" << close

o3 = /tmp/M2-26012-1

o3 : File

i4 : fileExists fn

o4 = true

i5 : removeFile fn

i6 :