Package org.pentaho.di.core.util
Class FileUtil
- java.lang.Object
-
- org.pentaho.di.core.util.FileUtil
-
public class FileUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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 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 "\\\\".
-
-