flying-circus / pyfilesystem

Automatically exported from code.google.com/p/pyfilesystem
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Another issue with dokan #150

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Consider the following code:-

a=OSFS('New')
dokan.mount(a,'Q')

As output, a new drive Q is created. The expected output should be when I open 
the drive, I can read its files.

But instead when I open the directory I can read the text files. But when I try 
to open some image with Windows Photo Viewer or some mp3 using media player, it 
doesn't load.

Original issue reported on code.google.com by chandana...@gmail.com on 17 Mar 2013 at 10:51