Clean a File Name (without any Folder information) so that is doesn't include any reserved characters.

<para>The following characters are stripped, ASCII 0 through 31, less than, greater than, colon, double quote, forward slash, back slash, pipe, question mark and asterisk.</para> <para>Trailing spaces and full stops are removed.</para>

Syntax

ISFileUtilities.GetFileNameCleaned(fileName)

Parameters

NameTypeOptionalByRefDescription
fileName String The File Name to clean.

Return Value

String

The File Name with any reserved characters removed.

Member of:
ISFileUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0