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.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string GetValidFullPathName(
string name
)
Parameters
- name String
- The full path name of a file or folder
Return Value
StringA path name that can be used for storing a file or creating a folder in the file system.
See Also