silly-book-73230
11/13/2024, 3:50 PMFlyteDirectory.listdir
and the pick out the particular child that I want, but that is a bit cumbersome. Alternatively, I could do dir.new_file()
, which should work, but that usage seems contradicting the method name.
Shouldn't such a function exist?
Thanks!freezing-airport-6809
freezing-airport-6809
silly-book-73230
11/13/2024, 3:57 PMPath
solves it).
Maybe a join
method, like os.path.join?freezing-airport-6809
freezing-airport-6809
crawl
methodfreezing-airport-6809
freezing-airport-6809
silly-book-73230
11/13/2024, 9:11 PM