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();
        }