euripedessobrinho/dokan

C# how to use DokanFileInfo object ?

Opened this issue · 1 comments

All I use is: info.IsDirectory = true; in CreateDirectory method.

What else should I do with DokanFileInfo ?

For example:

DeleteOnClose, WriteToEndOfFile -> what are these good for ?

Thx in advance.

Original issue reported on code.google.com by levi.ang...@gmail.com on 14 Nov 2012 at 4:58

You should not set those they are set by dokan library. You can change Context 
and IsDirectory in CreateFile,CreateDirectory,OpenDirectory,Cleanup,CloseFile, 
and everything else is handled by library.

Original comment by mladenov...@gmail.com on 14 Nov 2012 at 5:50