2 implementations of GetAttributes
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
41
public FileAttributes
GetAttributes
(string path) => File.GetAttributes(path);
Microsoft.Arcade.Test.Common (1)
MockFileSystem.cs (1)
62
public FileAttributes
GetAttributes
(string path)
1 reference to GetAttributes
Microsoft.DotNet.Helix.Sdk (1)
XharnessTaskBase.cs (1)
144
if (fileSystem.
GetAttributes
(pathToZip).HasFlag(FileAttributes.Directory))