Exemplo n.º 1
0
 private static string GetLastModified(FileSystemInfo file)
 {
     return(FtpDateUtils.FormatUnixDate(file.LastWriteTimeUtc));
 }