Class FileUtil


  • public class FileUtil
    extends Object
    • Method Detail

      • createParentFolder

        public static boolean createParentFolder​(Class<?> pkg,
                                                 String filename,
                                                 boolean createParentFolder,
                                                 org.pentaho.di.core.logging.LogChannelInterface log,
                                                 org.pentaho.di.core.variables.VariableSpace vs)
      • 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 "\\\\".