MangledLocalFileSystem

Package: ghidra.framework.store.local
Type: class

9.0.2_PUBLIC

addedmethod: allocateItemStorage
ghidra.framework.store.local.LocalFileSystem.ItemStorage allocateItemStorage(java.lang.String folderPath, java.lang.String itemName) throws IOException, InvalidNameException
addedmethod: deallocateItemStorage
void deallocateItemStorage(java.lang.String folderPath, java.lang.String itemName)
addedmethod: findItemStorage
ghidra.framework.store.local.LocalFileSystem.ItemStorage findItemStorage(java.lang.String folderPath, java.lang.String itemName) throws FileNotFoundException
addedmethod: getItemNames
java.lang.String[] getItemNames(java.lang.String folderPath, boolean includeHiddenFiles) throws IOException

9.0.1_PUBLIC

introducedInitial version