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) throws IOException
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
addedmethod:
itemDeleted
void itemDeleted(java.lang.String folderPath, java.lang.String itemName) throws IOException