Exemple #1
0
 public IZlpFileSystemInfo[] GetFileSystemInfos(SearchOption searchOption)
 {
     return(ZlpIOHelper.GetFileSystemInfos(FullName, searchOption));
 }
Exemple #2
0
 public IZlpFileSystemInfo[] GetFileSystemInfos(string pattern)
 {
     return(ZlpIOHelper.GetFileSystemInfos(FullName, pattern));
 }
Exemple #3
0
 public IZlpFileSystemInfo[] GetFileSystemInfos(string pattern, SearchOption searchOption)
 {
     return(ZlpIOHelper.GetFileSystemInfos(FullName, pattern, searchOption));
 }
Exemple #4
0
 public IZlpFileSystemInfo[] GetFileSystemInfos()
 {
     return(ZlpIOHelper.GetFileSystemInfos(FullName));
 }