Re: createDirectory(....)

2022-11-01 Thread Amn
Superb!! I missed that subtle spelling difference and ... well, pay the price for it with countless hours of unsuccessful trials, but you came along and clearly identified it. Thanks man! On 2022-11-01 1:38 a.m., Helmut Leininger wrote: Maybe you should use Files.createDirectories(dirpath) in

Re: createDirectory(....)

2022-10-31 Thread Helmut Leininger
Maybe you should use Files.createDirectories(dirpath) instead. Mit freundlichen Grüßen Helmut Leininger Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet. Am 1. November 2022 02:07:46 MEZ schrieb Amn : >"*/Files.createDirectory(dir_path)/*" gives an error, such as, >"*/jav

createDirectory(....)

2022-10-31 Thread Amn
"*/Files.createDirectory(dir_path)/*" gives an error, such as, "*/java.nio.file.NoSuchFileException/*" when I tried to create a directory outside the NB15 project directory, i.e. "//home/my_home/App_Home_Dir/Sub_App_Dir/db/DatabaseTest.db/". However, when the dir_path is just the file name (/Da