Message154010
| Author |
pitrou |
| Recipients |
alvesjnr, pitrou, vstinner |
| Date |
2012年02月22日.23:17:31 |
| SpamBayes Score |
5.3854575e-07 |
| Marked as misclassified |
No |
| Message-id |
<1329952443.3339.5.camel@localhost.localdomain> |
| In-reply-to |
<1329952329.32.0.267527517262.issue14088@psf.upfronthosting.co.za> |
| Content |
> We can use realpath() if the function is available. Something similar
> is already done for sys.argv[0]. We should also use GetFullPathNameW()
> on Windows.
GetFullPathName() is an abspath() equivalent. For realpath() you want
GetFinalPathNameByHandle(), aka. _nt.getfinalpathname(). |
|