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

[ENHANCEMENT] Add readDirectory to FileUtil #4033

Conversation

KoloInDaCrib
Copy link
Contributor

back when i was making a menu for my replay mod i had to use a dinky ass method of listing all replay files, which was saving the file paths to the save file and then later checking if they exist, yikes!
this PR adds a wrapper for FileSystem's readDirectory in FileUtil to avoid having modders struggling and doing something similar to the method described above

@AbnormalPoof AbnormalPoof added type: enhancement Involves an enhancement or new feature. status: pending triage Awaiting review. topic: mods Related to the creation or use of mods. size: small A small pull request with 10 or fewer changes. pr: haxe PR modifies game code. labels Jan 24, 2025
@Keoiki
Copy link
Contributor

Keoiki commented Jan 24, 2025

#3032 would already implement this and a lot more.

@AbnormalPoof AbnormalPoof added status: rejected Issue did not pass review or PR cannot be approved. and removed type: enhancement Involves an enhancement or new feature. status: pending triage Awaiting review. topic: mods Related to the creation or use of mods. size: small A small pull request with 10 or fewer changes. pr: haxe PR modifies game code. labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: rejected Issue did not pass review or PR cannot be approved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants