try os.path.abspath, it should do what you want ;). Basically it converts any given path to an absolute path you can work with, ...
確定! 回上一頁