Problem of path with python

Using path=Blender.Get(‘filename’)
add some sys.sep and…

I have path=‘c:\Program Files…’ that I want to use with pyhton chdir, but it return :
‘c:\Program Files\…’ while i’m also using expandpath(path)…

what’s the problem ?

thanks