dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

Example DirListingFileSystem: Folders appear as (unknown) Files #18

Closed infeo closed 5 years ago

infeo commented 5 years ago

Basic Info

OS: Windows 10 Pro Ver 1809 Dokany-Version: 1.2.0.1000 Library-Version: commit 6b6e98d16993966c28badc692d3a34802933f7af

Description

When one uses the DirListingFileSystem, subdirectories of the mirrored directory are shown as files.

infeo commented 5 years ago

The bug lies in the private getFileInformation() method. If the specifed path points to a directory, the windows attribute FILE_ATTRIBUTE_DIRECTORY must be added to the file attribute flag.