Esempio n. 1
0
 public bool Exist(string name)
 {
     return(_provider != null && _provider.Exists(name, FileTypeAtt));
 }