Closed infeo closed 5 years ago
OS: Windows 10 Pro Ver 1809 Dokany-Version: 1.2.0.1000 Library-Version: commit 6b6e98d16993966c28badc692d3a34802933f7af
When one uses the DirListingFileSystem, subdirectories of the mirrored directory are shown as files.
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.
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.