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.
Path:String Argument Required Specifies the input filename.
String Argument
Required
Result:String Variable Specifies the sanitized and valid Windows filename. Invalid characters will be replaced with an underscore (should not include the directory path).
String Variable
Last updated 3 years ago