That was wrong (of course...)
I meant to write: os.path.realpath( os.path.normpath(path) )

...unless realpath takes care of everything (not sure).

// F


You could always combine the two, where you would do normpath first and
> then realpath: os.path.normpath( os.path.realpath(path) )
>
>
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to