示例#1
0
 public virtual IFileSystemInfo GetFileSystemInfo(string name)
 {
     return(AdapterHelper.GetFileSystemInfo(Path.Combine(_directoryInfo.FullName, name)));
 }
示例#2
0
 public IFileSystemInfo GetFileSystemInfo(string path)
 {
     return(AdapterHelper.GetFileSystemInfo(path));
 }