Skip to content

IFileSystem.GetFullPath method

Returns the absolute path for the specified path string.

public string GetFullPath(string path)
parameter description
path The path.

Return Value

The absolute path.

See Also