Package ghidra.framework.data
Class RootGhidraFolderData
java.lang.Object
ghidra.framework.data.RootGhidraFolderData
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsFile
(String fileName) Check for existence of file.toString()
-
Field Details
-
fileSystem
-
versionedFileSystem
-
-
Method Details
-
containsFile
Check for existence of file. If folder visited, rely on fileDataCache- Parameters:
fileName
- the name of the file to check for- Returns:
- true if this folder contains the fileName
- Throws:
IOException
-
toString
-