Click or drag to resize

PathResolveRelativePath Method

[AlphaFS] Gets the absolute path from the relative or absolute startPath and the relative selectedPath.

Namespace:  Alphaleonis.Win32.Filesystem
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public static string ResolveRelativePath(
	string startPath,
	string selectedPath
)

Parameters

startPath
Type: SystemString
The absolute folder path.
selectedPath
Type: SystemString
The selected path containing the directory or file.

Return Value

Type: String
The absolute path from the relative or absolute startPath and the relative selectedPath.
Exceptions
See Also