dokan-dev / dokany

User mode file system library for windows with FUSE Wrapper
http://dokan-dev.github.io
5.2k stars 661 forks source link

Problem with File Size display #1143

Closed snikeguo closed 1 year ago

snikeguo commented 1 year ago

Feature request can skip this form. Bug report must complete it. Check List must be 100% match or it will be automatically closed without further discussion. Please remove this line.

Environment

Description

When there are no folders in the directory but only files, FileSize displays an error. When there are subfolders in the directory, FileSize displays correctly image image

Logs

Tracelog for FileFiles and GetFileInformation functions: 04/09/2023 10:17:57 - [Dokan] [David]FindFiles:增加项:\E\Test\新建文本文档.txt,size:291 04/09/2023 10:17:57 - [Dokan] [David]GetFileInformation:这是一个文件:\E\Test\新建文本文档.txt,size:291

This indicates that the data I returned to Dokany is correct