Achilles.Acme.Storage.AWS.AwsCloudStorageProvider.FileAttributes C# (CSharp) Method

FileAttributes() public method

public FileAttributes ( string path ) : IO.FileAttributes
path string
return IO.FileAttributes
        public override IO.FileAttributes FileAttributes( string path )
        {
            throw new NotImplementedException();
        }