Find out link location

Klaus Hoeppner klaus.hoeppner at bigfoot.de
Mon Sep 30 08:26:47 EDT 2002


Hi,

with the os.path module I can use the islink function to check, wether
a file is symbolic link. But how can I find out, where the link points
to. E.g. if I have readme.txt --> ../packages/mypackage/readme.txt how
do I get the "../packages/mypackage/readme.txt" with python?

Regards
Klaus



More information about the Python-list mailing list