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.
ドキュメントフォルダに保存されているファイル名を取得したい。
Environment.getExternalStorageDirectory()+"/documents/"+Abc.doc;
ファイル名を取得するために、を使用してパスをハードコーディングしましたsubstring(11, path.length())。特定のタブレットでのみ機能しますが、一部のタブレットでは機能しません。パスをハードコーディングせずにファイル名を取得するにはどうすればよいですか?
substring(11, path.length())