79203893

Date: 2024-11-19 14:54:20
Score: 0.5
Natty:
Report link

Try this

Path path = Paths.get("your path");
Files.createDirectories(path.getParent());
Files.createFile(path);
Reasons:
  • Whitelisted phrase (-1): Try this
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Piroman