Click or drag to resize

Utils_FileGetDestinationPath Method

Creates a file path corresponding to the file in the source inside the destination folder.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string GetDestinationPath(
	string destinationFolderPath,
	string sourceElementPath
)

Parameters

destinationFolderPath
Type: SystemString
sourceElementPath
Type: SystemString

Return Value

Type: String
See Also