To convert a path relative to where the current file is located. Use os.path.abspath , and prepend __file__+"/" to the relative path:.
確定! 回上一頁