Popular recipes tagged "samefile"http://code.activestate.com/recipes/tags/samefile/popular/2009-09-09T02:26:35-07:00ActiveState Code Recipessimple samefile() for windows (local drive case only) (Python)
2009-09-09T02:26:35-07:00Denis Barmenkovhttp://code.activestate.com/recipes/users/57155/http://code.activestate.com/recipes/576886-simple-samefile-for-windows-local-drive-case-only/
<p style="color: grey">
Python
recipe 576886
by <a href="/recipes/users/57155/">Denis Barmenkov</a>
(<a href="/recipes/tags/os_path_samefile/">os_path_samefile</a>, <a href="/recipes/tags/samefile/">samefile</a>, <a href="/recipes/tags/win32/">win32</a>, <a href="/recipes/tags/windows/">windows</a>).
Revision 4.
</p>
<p>A simple replacement of the os.path.samefile() function not existing on the Windows platform.
MAC/Unix supported in standard way :).</p>