dokan-dev / dokan-java

Dokan Java Wrapper
GNU Lesser General Public License v3.0
51 stars 28 forks source link

dev.dokan.dokan_java.constants.microsoft.CreateOptions question? #29

Closed hrstoyanov closed 4 years ago

hrstoyanov commented 4 years ago

Should CreateOptions implement EnumInteger? In the "old code" this was the case.

infeo commented 4 years ago

No. For this you have the CreateOption class.

For a reasoning see this comment.

hrstoyanov commented 4 years ago

Ok, so maybe some javadocs to explain which to use when would be very helpful?