1 implementation of GetAttributes
Microsoft.Arcade.Common (1)
FileSystem.cs (1)
46public FileAttributes GetAttributes(string path) => File.GetAttributes(path);