Android Studio – Create file in external storage and open in FileManager Windows
My program creates a new html file and sends it to the ftp server. To do this, I create a local file in the device's memory. Everything works if I create directories and a file manually. As soon as I…