Good answer. :)  I seriously doubt it is possible except for the
trivial solution:

def remove_a_file(inode):
     os.system ("find / -inum %d | xargs rm -f" % (inode))

PS. Don't blame me if this function destroys your hard disk. I wrote it
off the top of my head.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to