I thought that the relative path was written starting from the location of the program file. ↓ Starting from the current directory Python 3 \ .x -Relative path setting in python | teratail
I thought the way to write the path in Windows was temp / file.txt
.
↓
temp \ file.txt
is written on UNIX
Referenced with an absolute path.
It's shocking because the way to write the path is different