mkdir tag

2 questions


1 answers
71 views
0
Implementing 'mkdir-p'

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.

1 years ago

1 answers
84 views
0
Unable to create android file and folder.

File plan_File = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS) + create_file_title.getText().toString() + .txt);FileOutputStream fs;try { fs = openFileOutput(...

2 years ago

© 2024 OneMinuteCode. All rights reserved.