Click or drag to resize

FileIOHelperGetValidFullPathName Method

Get a valid full file name out of a raw file name that can contain invalid characters. Those characters are replaced by unicode chars. Here, special measures are taken to not accidentally replace the question mark and colon in absolute file names, starting with e.g. C:\... or \\?\C:\....

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static string GetValidFullPathName(
	string name
)

Parameters

name  String
The full path name of a file or folder

Return Value

String
A path name that can be used for storing a file or creating a folder in the file system.
See Also