1 implementation of GetFileName
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
23
public string?
GetFileName
(string? path) => Path.GetFileName(path);
2 references to GetFileName
Microsoft.DotNet.Build.Tasks.Feed (2)
src\PushToBuildStorage.cs (2)
352
Id = _fileSystem.
GetFileName
(AssetManifestPath)
407
string filename = _fileSystem.
GetFileName
(originalArtifactPath);