Show / Hide Table of Contents

Interface INameTransform

INameTransform defines how file system names are transformed for use with archives, or vice versa.

Namespace: ICSharpCode.SharpZipLib.Core
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public interface INameTransform

Methods

| Improve this Doc View Source

TransformDirectory(String)

Given a directory name determine the transformed value.

Declaration
string TransformDirectory(string name)
Parameters
Type Name Description
System.String name

The name to transform.

Returns
Type Description
System.String

The transformed directory name

| Improve this Doc View Source

TransformFile(String)

Given a file name determine the transformed value.

Declaration
string TransformFile(string name)
Parameters
Type Name Description
System.String name

The name to transform.

Returns
Type Description
System.String

The transformed file name.

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors