Hi to all,

in my job I have to check if a directory exists and currently I have to
write:

Path myDir = new Path(...);
boolean exists = FileSystem.get(myDir.toUri()).exists(myDir);

Is there a better way to achieve this?

Best,
Flavio

Reply via email to