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.
あるインタビューで、getAbsolutePath() を使用せずに FilenameFilter を使用して C: ドライブの abc.txt のパスを見つけるプログラムを作成するように依頼されました。
FilenameFilter の accept() が true/false を返すので、私は無知でした。パスを見つけるために再帰的に使用するにはどうすればよいですか? 前もって感謝します...