Python membuat path file OS

import os

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