Пример #1
0
 /// <see cref="IFileUtilities.SetFileTimestamps"/>
 public static void SetFileTimestamps(string path, FileTimestamps timestamps, bool followSymlink = false)
 => s_fileUtilities.SetFileTimestamps(path, timestamps, followSymlink);