Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アプリケーションからSDcard メモリにアクセスする必要があるアプリケーションを 1 つ作成しました。その中で、空のフォルダをすべて非表示にするにはどうすればよいですか?
したがって、関連するデータをより迅速に取得するのは簡単です。
File [] files=f.listFiles(); if(!files[i].length==0 && !files[i].isHidden()) { //perform your operation here }
この方法を使用すると、非表示の空のフォルダーを無視できます。