The'.' refers to the current working directory, not the directory where the current python file is located. os.path.abspath('.') returns C:\HELK\pythoncode\ ...
確定! 回上一頁