[This is preliminary documentation and is subject to change.]

Removes one of many files in storage. It creates a new Zip file.

Namespace: System.IO.Compression
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static bool RemoveEntries(
	ref ZipStorer zip,
	List<ZipStorer..::..ZipFileEntry> zfes
)

Parameters

zip
ZipStorer%
Reference to the current Zip object
zfes
List<(Of <(<'ZipStorer..::..ZipFileEntry>)>)>
List of Entries to remove from storage

Return Value

True if success, false if not

Remarks

This method only works for storage of type FileStream

See Also