Click or drag to resize
PathHelperGetRelativePath Method
Returns relative path from absolute one.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 9.0.0
Syntax
C#
public static string GetRelativePath(
	string absolute
)

Parameters

absolute
Type: SystemString
Absolute path to process

Return Value

Type: String
See Also