SwiftDocCMemoryFileServerProviderClassMemoryFileServerProviderclass MemoryFileServerProviderTopicsInitializersinit()Instance Methodsfunc addFile(path: String, data: Data) -> BoolAdd a file to the file server.func addFiles(inFolder: String, inSubPath: String, recursive: Bool)Adds files from the source directory to the destination directory in the file server.func data(for: String) -> Data?Retrieve the data that the server serves for the given path.func removeAllFiles()Remove all files served by the server.func removeAllFiles(in: String)Removes all files served by the server matching a given subpath.