CompressionBase.

GetRelativeFilePath(DirectoryPath, FilePath) Method

Summary

Gets a relative file path.

Syntax

protected FilePath GetRelativeFilePath(DirectoryPath root, FilePath file)

Parameters

Name Type Description
root DirectoryPath A directory path.
file FilePath A file path.

Return Value

Type Description
FilePath Returns a relative file path.