Skip to content

Extending File with GetXTime methods#54

Merged
MichielOda merged 3 commits into
mainfrom
FileChanges
Aug 5, 2025
Merged

Extending File with GetXTime methods#54
MichielOda merged 3 commits into
mainfrom
FileChanges

Conversation

@MichielOda
Copy link
Copy Markdown
Member

  • File.GetCreationTime(path)
  • File.GetCreationTimeUtc(path)
  • File.GetLastWriteTime(path)
  • File.GetLastWriteTimeUtc(path)
  • File.GetLastAccessTime(path)
  • File.GetLastAccessTimeUtc(path)

- File.GetCreationTime(path)
- File.GetCreationTimeUtc(path)
- File.GetLastWriteTime(path)
- File.GetLastWriteTimeUtc(path)
- File.GetLastAccessTime(path)
- File.GetLastAccessTimeUtc(path)
Comment thread FileSystem/IFileIO.cs Outdated
{
using System;
using System.Text;
using Microsoft.Win32.SafeHandles;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Win32 specific items at this point of the code? Is this interface not cross-platform?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unused using, forgot to remove it

@MichielOda MichielOda merged commit da54738 into main Aug 5, 2025
1 check passed
@MichielOda MichielOda deleted the FileChanges branch August 5, 2025 08:53
This was referenced Aug 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants