Click or drag to resize
DigitalRunePathGetFullPath Method
Returns the absolute path for the specified path string.

Namespace: DigitalRune.Storages
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static string GetFullPath(
	string path
)

Parameters

path
Type: SystemString
The file or directory for which to obtain absolute path information.

Return Value

Type: String
A string containing the fully qualified location of path, such as "rootdir\MyFile.txt".
See Also