Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Core.INameTransform Interface Reference

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

Inheritance diagram for ICSharpCode.SharpZipLib.Core.INameTransform:

Public Member Functions

string TransformFile (string name)
 Given a file name determine the transformed value.
string TransformDirectory (string name)
 Given a directory name determine the transformed value.

Detailed Description

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

Member Function Documentation

◆ TransformDirectory()

string ICSharpCode.SharpZipLib.Core.INameTransform.TransformDirectory ( string name)

Given a directory name determine the transformed value.

Parameters
nameThe name to transform.
Returns
The transformed directory name

Implemented in ICSharpCode.SharpZipLib.Zip.WindowsNameTransform, and ICSharpCode.SharpZipLib.Zip.ZipNameTransform.

Here is the caller graph for this function:

◆ TransformFile()

string ICSharpCode.SharpZipLib.Core.INameTransform.TransformFile ( string name)

Given a file name determine the transformed value.

Parameters
nameThe name to transform.
Returns
The transformed file name.

Implemented in ICSharpCode.SharpZipLib.Zip.WindowsNameTransform, and ICSharpCode.SharpZipLib.Zip.ZipNameTransform.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: