On Wed, 08 Dec 2004 10:23:13 +0100, Peter Maas <[EMAIL PROTECTED]> wrote:
Egor Bolonev schrieb:far file manager said 'C:\Documents and Settings\Егор\My Documents\Scripts\Antiloop\' is link
how to detect ntfs links?
There are no ntfs links. What appears as a link on GUI level is nothing but a plain file with special content, so that os.path.islink() tells the truth. Windows "links" are a special Windows feature (shortcuts) and must be detected via Win32 api calls or by searching for content characteristics of shortcuts.
gui folder link is a .lnk file -- http://mail.python.org/mailman/listinfo/python-list