Class PathFilter

    • Field Detail

      • m_strOkayPath

        protected String m_strOkayPath
    • Constructor Detail

      • PathFilter

        public PathFilter​(String strOkayPath)
        Creates new PathFilter
    • Method Detail

      • accept

        public boolean accept​(File dir,
                              String filename)
        Accept this file?
        Specified by:
        accept in interface FilenameFilter
        Parameters:
        dir - The directory this file is in.
        filename - The filename.