File comparison - windows
#1
Sad 
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/mo....path.html, but that's not what i want. i just want something independent of path. thanks!
Reply
#2
this seems to do it.

http://www.python.org/doc/current/lib/mo...lecmp.html
Reply

Logout Mark Read Team Forum Stats Members Help
File comparison - windows0