Removes illegal path characters from a string.
SppRemoveInvalidPathCharacters([Text])
Where:
Text is the Text for which illegal path characters will be removed.
Rule | Result | Meaning |
---|---|---|
SppRemoveInvalidPathCharacters("<My>Path|") | MyPath | Will remove all illegal path characters from the given string. |