Package org.nd4j.common.util
Class Paths
- java.lang.Object
-
- org.nd4j.common.util.Paths
-
public class Paths extends Object
Path Utilities- Author:
- Adam Gibson
-
-
Field Summary
Fields Modifier and Type Field Description static String
PATH_ENV_VARIABLE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
nameExistsInPath(String name)
Check if a file exists in the path
-
-
-
Field Detail
-
PATH_ENV_VARIABLE
public static final String PATH_ENV_VARIABLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
nameExistsInPath
public static boolean nameExistsInPath(String name)
Check if a file exists in the path- Parameters:
name
- the name of the file- Returns:
- true if the name exists false otherwise
-
-