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

Appends a file or directory to a path.

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

Syntax

C#
public static string AppendToPath(
	string path,
	string fileOrDirectory
)
Visual Basic (Declaration)
Public Shared Function AppendToPath ( _
	path As String, _
	fileOrDirectory As String _
) As String
Visual C++
public:
static String^ AppendToPath(
	String^ path, 
	String^ fileOrDirectory
)

Parameters

path
Type: System..::.String
The path to which the directory or file is to be appended.
fileOrDirectory
Type: System..::.String
The file or directory name to be appended.

Return Value

The appended file or directory path.

See Also