Christian Theune wrote at 2007-3-7 21:17 +0100: > ... >Nope. It won't disappear if you link it again. And the link(src, dst) >does move it to a 'save' location ;)
You do not tell us, which "link" you mean. Python's "os.link" creates a hard link which will only work if source and destination are on the same file system. It is not uncommon that temporary files are on their own filesystem. -- Dieter _______________________________________________ Zope3-dev mailing list [email protected] Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com
