Sanitize Filename
Creates a valid filename from an invalid one.
This activity creates a valid windows filename from a user-specified one by removing the invalid characters.
Input
Path:
String Argument
Required
Specifies the input filename.
Output
Result:
String Variable
Specifies the sanitized and valid Windows filename. Invalid characters will be replaced with an underscore (should not include the directory path).
Last updated