ea1776
2005-07-19, 19:38
is there a function (couldn't find in os.path) which returns true if two files are exactly the same file. i looked at samefile(path1, path2) http://www.python.org/doc/current/lib/module-os.path.html, but that's not what i want. i just want something independent of path. thanks!