Is there a way to check if a `FlyteDirectory` exis...
# flyte-support
g
Is there a way to check if a
FlyteDirectory
exists/points to an existing folder? Or should I just
try/except
the
download()
call?
a
according to a previous thread, you should be able to use the
.exists()
method for that