Class WindowsHelpers


  • public class WindowsHelpers
    extends Object
    Author:
    enebo
    • Constructor Detail

      • WindowsHelpers

        public WindowsHelpers()
    • Method Detail

      • toWPath

        public static byte[] toWPath​(String path)
      • toWString

        public static byte[] toWString​(String string)
      • createWideEnv

        public static jnr.ffi.Pointer createWideEnv​(String[] envp)
      • joinArgv

        public static String joinArgv​(String command,
                                      String[] argv,
                                      boolean escape)
      • quotable

        public static boolean quotable​(String value)
      • isBatch

        public static boolean isBatch​(String value)
      • escapePath

        public static String escapePath​(String path)
      • isDriveLetterPath

        public static boolean isDriveLetterPath​(String path)