Class NativeMethods
java.lang.Object
org.cryptomator.frontend.dokany.internal.NativeMethods
Native API to the kernel Dokany driver. This is an internal class and should not be used directly by code outside com.dokany.java.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDokanIsNameInExpression(com.sun.jna.WString expression, com.sun.jna.WString name, boolean ignoreCase) Checks whether Name can match Expression.
-
Method Details
-
DokanIsNameInExpression
public static boolean DokanIsNameInExpression(com.sun.jna.WString expression, com.sun.jna.WString name, boolean ignoreCase) Checks whether Name can match Expression.- Parameters:
expression- - Expression can contain wildcard characters (? and *)name- - Name to checkignoreCase- - Case sensitive or not- Returns:
- result if name matches the expression
-