<#
	.SYNOPSIS
		Diffrent methods for displaying relative path
#>

# Existing Path
$PWD | Resolve-Path -relative

# Replace String
$path -replace [regex]::Escape((Get-Location).Path), '.'