Home Search

DriveWorks Pro 21
SppRemoveInvalidFilenameCharacters

Send Feedback

SppRemoveInvalidFilenameCharacters

Removes the following illegal file name characters from a string / ? < > \ : * | "

Syntax

SppRemoveInvalidFilenameCharacters([Text])

Where:

Text is the text for which invalid filename characters will be removed.

Example

RuleResultMeaning
SppRemoveInvalidFilenameCharacters("My:file?Name*")MyfileNameWill remove characters that are illegal to use in a file name.