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

Appends a directory separator at the end of the path if not already present.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string AppendDirectorySeparator(
	string str
)
Visual Basic (Declaration)
Public Shared Function AppendDirectorySeparator ( _
	str As String _
) As String
Visual C++
public:
static String^ AppendDirectorySeparator(
	String^ str
)

Parameters

str
Type: System..::.String
The input string path.

Return Value

The path with the appended directory separator.

See Also