fork download
  1. from os import path
  2. file_path = path.join("new_folder", "text.txt")
  3. print(file_path)
  4.  
Success #stdin #stdout 0.08s 14028KB
stdin
Standard input is empty
stdout
new_folder/text.txt