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
)
Public Shared Function ResolveRelativePath (
startPath As String,
selectedPath As String
) As String
public:
static String^ ResolveRelativePath(
String^ startPath,
String^ selectedPath
)
static member ResolveRelativePath :
startPath : string *
selectedPath : string -> string
Parameters
- startPath
- Type: SystemString
The absolute folder path. - selectedPath
- Type: SystemString
The selected path containing the directory or file.
Return Value
Type:
StringThe absolute path from the relative or absolute
startPath and the relative
selectedPath.
Exceptions See Also