Public/FilesFolders/Get-PathSeparator.ps1

function Get-PathSeparator {
    param(

    )
    return  [IO.Path]::PathSeparator
}