Create a directory and a subdirectory
Language
Text only
# 's
1File metadataDir = new File("svalka");
2File screenshotsDir = new File(metadataDir, "tmpScreenshots");
Add a Comment