Function reference
Replace all illegal characters from a file name with space
Illegal characters are: :*\/?"<>|
RemoveIllegalcharactersFromFileName( ‘Filename’ )
| Argument | Description |
| File Name | The file name to process. |
Data type: String
Returns the file name without any og the illegal characters: :*\/?"<>| .
Example 1
RemoveIllegalcharactersFromFileName( ‘d:\myfolder\my<>file.txt’)
RemoveIllegalCharactersFromFileName
Last modified:
17 October 2023

