Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : src = temporaryFileName()

o1 = /tmp/M2-26248-1

i2 : dst = temporaryFileName()

o2 = /tmp/M2-26248-2

i3 : src << "hi there" << close

o3 = /tmp/M2-26248-1

o3 : File

i4 : moveFile(src,dst,Verbose=>true)
--moving: /tmp/M2-26248-1 -> /tmp/M2-26248-2

i5 : get dst

o5 = hi there

i6 : bak = moveFile(dst,Verbose=>true)
--backup file created: /tmp/M2-26248-2.bak

o6 = /tmp/M2-26248-2.bak

i7 : removeFile bak

i8 :