zjawj-123321 commented on issue #6059:
URL: https://github.com/apache/opendal/issues/6059#issuecomment-2816974460

   确认你的测试数据准备代码确实创建了 SPECIAL_FILE_NAME 文件
   打印一下 SPECIAL_FILE_NAME 看实际内容
   尝试用 Java 代码列出目录中所有文件名,确认文件是否存在
   java
   System.out.println(SPECIAL_FILE_NAME);
   Files.list(Paths.get(".")).forEach(System.out::println);
   
   https://code.mayoubang.cn/conversion/share/90360422854


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to