Class FileUtil


  • public class FileUtil
    extends Object
    • Constructor Detail

      • FileUtil

        public FileUtil()
    • Method Detail

      • createParentFolder

        public static boolean createParentFolder​(Class<?> PKG,
                                                 String filename,
                                                 boolean createParentFolder,
                                                 ILogChannel log)
      • isFullyQualified

        public static boolean isFullyQualified​(String pathname)
        Tests whether this abstract pathname is absolute.

        The pathname is absolute if its prefix is "/", "\" and on Microsoft Windows systems, a pathname is absolute if its prefix is a drive specifier followed by "\\", or if its prefix is "\\\\".