アプリのデータ ファイル (/data/files) のディレクトリを取得しようとしています。
どうすればいいですか?
私は試しContextWrapper.getFilesDir();
ましたが、それは言いますNon-static method 'getFilesDir()' cannot be referenced from a static context
私が使用しているコンテキストは次のとおりです。String[] filenames = ContextWrapper.getFilesDir();
ありがとう!