C# Class SharpCifs.Smb.DosFileFilter

Inheritance: ISmbFileFilter
Show file Open project: brandonprry/Potato

Protected Properties

Property Type Description
Attributes int
Wildcard string

Public Methods

Method Description
Accept ( SmbFile file ) : bool
DosFileFilter ( string wildcard, int attributes )

Method Details

Accept() public method

public Accept ( SmbFile file ) : bool
file SmbFile
return bool

DosFileFilter() public method

public DosFileFilter ( string wildcard, int attributes )
wildcard string
attributes int

Property Details

Attributes protected property

protected int Attributes
return int

Wildcard protected property

protected string Wildcard
return string