Interface IFileNamePreprocessor
Preprocesses file name before ZipArchiveItem saving. Used to convert full item path into local one.
Namespace: Syncfusion.Compression.Zip
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IFileNamePreprocessor
Methods
PreprocessName(String)
Somehow converts full path into name that will be stored in the zip archive.
Declaration
string PreprocessName(string fullName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fullName | Name to process. |
Returns
Type | Description |
---|---|
System.String | Converted name. |