FilesReplaceInvalidPathChars Method

Replaces illegal characters in the path with a correct character.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ReplaceInvalidPathChars(
	string path,
	char validChar = ''
)

Parameters

path  String
Path to process.
validChar  Char  (Optional)
The character to replace illegal characters.

Return Value

String
String with the path with illegal characters replaced.

See Also