Class Paths


  • public class Paths
    extends Object
    Path Utilities
    Author:
    Adam Gibson
    • 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