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