python faça o caminho do arquivo OS

import os

FilePath = os.path.join("Folder","File.txt")
Dr. Weird Snow