#A4##Unknown######Storage######getInfo####StorageInfo####path##string######setInfo########path##string######info##StorageInfo######mask##StorageInfoFields######openStream####Stream####path##string######mode##OpenMode######openStorage####Storage####path##string######mode##OpenMode######copyTo########target##Storage######listContents####DirectoryList####path##string######mask##StorageInfoFields######erase########path##string######rename########path_name##string######new_path_name##string######commit########revert########Returns a StorageInfo structure which contains the name, content_type and size info.##This interface provides access to a directory like storage facility.######Opens a Stream whose name is @path.##Returns a list of all the Storage and Streams available at @path.##Copies this storages contents to the @target storage##Destroys the element pointed to by @path. The element can be a Storage or a Stream.## Discards any changes since the last commit.## Commits any pending changes to the Storage##Renames a Stream or Storage component inside a Storage.##Returns a storage object for @path#