Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add File APIs for setting timestamps (creation time, last write time, last access time) #4132

Closed
augustoproiete opened this issue Apr 2, 2023 · 3 comments · Fixed by #4133
Assignees
Milestone

Comments

@augustoproiete
Copy link
Member

We currently don't expose the APIs in System.IO.File for setting the timestamps in files:

  • SetCreationTime
  • SetCreationTimeUtc
  • SetLastAccessTime
  • SetLastAccessTimeUtc
  • SetLastWriteTime
  • SetLastWriteTimeUtc
@augustoproiete augustoproiete added this to the Next Minor Candidate milestone Apr 2, 2023
@augustoproiete augustoproiete self-assigned this Apr 2, 2023
augustoproiete added a commit to augustoproiete-forks/cake-build--cake that referenced this issue Apr 2, 2023
augustoproiete added a commit to augustoproiete-forks/cake-build--cake that referenced this issue Apr 8, 2023
@DurveshKumarPal
Copy link

hey, @augustoproiete I would like to work on Issue could you Assigned to me.

@augustoproiete
Copy link
Member Author

@DurveshKumarPal Thanks for the offer, but the work for this ticket is already done - just awaiting review & merge.

I assigned #2056 to you though as that one is still open and no work has been done yet

@devlead devlead modified the milestones: Next Minor Candidate, v4.0.0 Oct 30, 2023
devlead pushed a commit to augustoproiete-forks/cake-build--cake that referenced this issue Nov 14, 2023
devlead pushed a commit that referenced this issue Nov 14, 2023
…ite time, last access time) (#4133)

(GH-4132) Add File APIs for setting timestamps (creation time, last write time, last access time)
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v4.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment