Copy the non-null entries into a new string array with the paths escaped for special characters

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)

Syntax

C#
public static string[] ToEscapedStrings(
	IList<FileSpec> list
)
Visual Basic
Public Shared Function ToEscapedStrings ( _
	list As IList(Of FileSpec) _
) As String()
Visual C++
public:
static array<String^>^ ToEscapedStrings(
	IList<FileSpec^>^ list
)

Parameters

list
Type: System.Collections.Generic..::..IList<(Of <(<'FileSpec>)>)>

See Also