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

File handling opcodes fixes #218

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

MiranDMC
Copy link
Collaborator

@MiranDMC MiranDMC commented Sep 29, 2024

move_file
Fixed returning success on non existing path
Fixed returning success on directory
Fixed file being inaccessible for other opcodes even after game restart

move_directory
Fixed returning success on non existing path
Fixed returning success on file

copy_directory
Fixed returning success on non existing path
Used std::filesystem to handle copying directory contents

@MiranDMC MiranDMC requested a review from x87 September 29, 2024 09:52
@MiranDMC MiranDMC merged commit edb8f5d into master Sep 30, 2024
2 checks passed
@MiranDMC MiranDMC deleted the fix_move_file_and_directory_opcodes branch September 30, 2024 19:31
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