Hi, I have created a wrapper for IMANEXTLib.PurgeCmd when used with folders. This is deleting the folder correctly however the screen is not updated on completion so while the folder is deleted it is still displayed. I've added a refresh to the end of ICommand_Execute() as shown below but this doesn't help. Any suggestions on how to refresh the screen would be greatly appreciated. Using Filesite 8.2 SP1 mOrigCmd.Execute With mContext ' refresh the screen so that the folder disappears .Add "IManExt.Refresh", True .Add "RefreshFolderContents", True .Add "RefreshSubFolders", True .Add "RefreshAllFolders", True End WithcheersPenny