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

created Temporary file/directory support #1540 #1585

Closed
wants to merge 1 commit into from
Closed

created Temporary file/directory support #1540 #1585

wants to merge 1 commit into from

Conversation

PankajKrana
Copy link

@PankajKrana PankajKrana commented Oct 19, 2023

Temporary file/directory support #1540

Description

This branch adds support for creating temporary files and directories in our current file system abstraction API. The implementation is based on the tempfile module in Python and the std::filesystem

Tasks

  • Create temp file/dir and wrap them in openage file system API
  • Delete temp file/dir explicitly when object is destroyed
  • Use new implementation in code (currently only in converter)
  • Add method for checking if a file/dir is temporary

Progress

  • Created new branch "Temporary file/directory support Temporary file/directory support #1540"
  • Implemented creation of temporary files and directories
  • Implemented deletion of temporary files and directories
  • Updated converter to use new implementation
  • Currently working on adding method for checking if a file/dir is temporary

I hope this helps! Let me know if there's anything else I can do for you.

@PankajKrana PankajKrana deleted the temporary_file_directory_suppord#1540 branch October 19, 2023 14:44
@TheJJ
Copy link
Member

TheJJ commented Oct 19, 2023

everything alright? :)

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