java.lang.Object
org.cryptomator.frontend.dokany.internal.NativeMethods

public class NativeMethods extends Object
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 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 check
      ignoreCase - - Case sensitive or not
      Returns:
      result if name matches the expression