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.
在一次采访中,我被要求编写一个程序,使用 FilenameFilter 在 C: 驱动器中查找 abc.txt 的路径,而不使用 getAbsolutePath()。
我一无所知,因为 FilenameFilter 的 accept() 返回真/假。我如何递归地使用它来找出路径?提前致谢...