Package org.pentaho.di.core.util
Class FileUtil
java.lang.Object
org.pentaho.di.core.util.FileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
createParentFolder
(Class<?> pkg, String filename, boolean createParentFolder, org.pentaho.di.core.logging.LogChannelInterface log, org.pentaho.di.core.variables.VariableSpace vs) static boolean
isFullyQualified
(String pathname) Tests whether this abstract pathname is absolute.
-
Method Details
-
createParentFolder
-
isFullyQualified
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 "\\\\".
-