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

[C] add and use aeron_mkdir_recursive #1602

Merged
merged 4 commits into from
May 26, 2024

Conversation

nbradac
Copy link
Contributor

@nbradac nbradac commented May 20, 2024

aeron_mkdir_recursive() will recursively create parent directories until it finds one that's already created.

Also, it calls itself... recursively.

(Windows tests are failing... why is Windows different!?!?!)

@nbradac nbradac marked this pull request as ready for review May 25, 2024 18:29
#if defined(AERON_COMPILER_GCC)
#define removeDir remove
#elif defined(AERON_COMPILER_MSVC)
#define removeDir RemoveDirectoryA
Copy link
Contributor

Choose a reason for hiding this comment

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

Could aeron_delete_directory work here?

@mikeb01 mikeb01 merged commit 98b9cf3 into real-logic:master May 26, 2024
35 checks passed
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.

None yet

2 participants