2 implementations of GetFullPath
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
29
public string
GetFullPath
(string path) => Path.GetFullPath(path);
Microsoft.Arcade.Test.Common (1)
MockFileSystem.cs (1)
81
public string
GetFullPath
(string path) => path;