2 questions
You must create a function such as mkdir -p in the shell.Can I make it any other way than system call?I want it to be a short code with about 20 lines.
File plan_File = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + create_file_title.getText().toString() + .txt);FileOutputStream fs;try { fs = openFileOutput(...
© 2024 OneMinuteCode. All rights reserved.