Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.FileAttributes C# (CSharp) Метод

FileAttributes() публичный Метод

public FileAttributes ( string path ) : IO.FileAttributes
path string
Результат IO.FileAttributes
        public override IO.FileAttributes FileAttributes( string path )
        {
            throw new NotImplementedException();
        }