Class RootGhidraFolderData

java.lang.Object
ghidra.framework.data.RootGhidraFolderData

public class RootGhidraFolderData extends Object
  • Field Details

  • Method Details

    • containsFile

      public boolean containsFile(String fileName) throws IOException
      Check for existence of file. If folder previously visited, rely on fileDataCache
      Parameters:
      fileName - the name of the file to look for
      Returns:
      true if this folder contains the fileName, else false
      Throws:
      IOException - if an IO error occurs while checking for file existance
    • toString

      public String toString()
      Overrides:
      toString in class Object