Esempio n. 1
0
 /// <summary>
 /// Gets the last modification time (in local time) of a file or directory.
 /// </summary>
 /// <param name="path">The path of the file or directory</param>
 /// <returns>The last write time</returns>
 public override DateTime GetLastWriteTime(string path)
 {
     return(_wrapped.GetLastWriteTime(path));
 }