Package ghidra.framework.data
Class RootGhidraFolderData
java.lang.Object
ghidra.framework.data.RootGhidraFolderData
-
Field Summary
-
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 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
-