os.path.islink()

Tim G tim.golden at viacom-outdoor.co.uk
Wed Dec 8 10:22:29 EST 2004


You may well be able to do it with the win32file module
functions: GetFileAttributesEx or GetFileInformationByHandle
It's not my area of expertise, but usually a bit of poking around
in msdn.microsoft.com yields some results, as does Googling
around for other people (often VB or Delphi-based) who have
done the same thing.

TJG




More information about the Python-list mailing list