| PathGetFullPath Method |
Returns the absolute path for the specified path string.
Namespace: DigitalRune.StoragesAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static string GetFullPath(
string path
)
Public Shared Function GetFullPath (
path As String
) As String
public:
static String^ GetFullPath(
String^ path
)
static member GetFullPath :
path : string -> string
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