SyureNyanko / dokan

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

C# how to use DokanFileInfo object ? #271

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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