FilesReplaceInvalidPathChars Method
Replaces illegal characters in the path with a correct character.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ReplaceInvalidPathChars(
string path,
char validChar = ''
)
Public Shared Function ReplaceInvalidPathChars (
path As String,
Optional validChar As Char = ""C
) As String
- path String
- Path to process.
- validChar Char (Optional)
- The character to replace illegal characters.
StringString with the path with illegal characters replaced.