bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Enumerate Alternate Data Streams failed #56

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile the attached file
2. Start Program with a commandline of a file 
   (e.g. EnumADS.exe Z:\Test.txt)
   (Z = Dokan Drive)
3. Debug 

What is the expected output? What do you see instead?
Expected: Get FileStreamInformation including a valid the NextEntryOffset 
to enumerate the StreamInformations.
Instead : Not implemented

What version of the product are you using? On what operating system?
Windows XP SP3, Dokan 0.4.2

Please provide any additional information below.
I know that FileStreamInformation is not implemented until now. ADS 
support is working if you know the ADS Streamname but it would fail when 
you try to enumerate the unknown Streamnames because of a not implemented 
FileStreamInformation. (hopefully its implemented in Dokan 0.5.x ;-)

Thanks a lot
Wolfram

Original issue reported on code.google.com by wolfram_...@web.de on 23 Jan 2009 at 7:49

Attachments: