This activity receives a folder path and removes the trailing path separator ('\' or '/'), if present. When used in conjunction with PATHSPLIT, for example, this provides the capability to traverse all the folders in a folder path.
INPUT Parameters:
PATHIN: Required
This parameter specifies the folder path whose trailing path separator is to be removed, if present.
OUTPUT Parameters:
PATHOUT:
Upon completion, this parameter will contain the specified folder path with the trailing path separator removed. If there was no trailing separator, then this parameter contains the input folder path (PATHIN) value, unchanged.