SIFWorks ADK 2.0
SafePathString Method (path)
NamespacesEdustructures.UtilAdkStringUtilsSafePathString(String)

[This is preliminary documentation and is subject to change.]

Replaces characters that are illegal in filenames to underscores ("_").
Declaration Syntax
C#Visual BasicVisual C++
public static string SafePathString(
	string path
)
Public Shared Function SafePathString ( _
	path As String _
) As String
public:
static String^ SafePathString (
	String^ path
)
Parameters
path (String)
A string to be used in a file path or file name
Return Value
The input string with illegal characters converted to an underscore. The following characters are replaced: : % / \ ; $ > < * . ? " | ! @

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10