Skip to content

refactor: rename FileHelpers.DeleteAll to DeleteFiles#100

Open
leno23 wants to merge 2 commits into
linksplatform:mainfrom
leno23:fix/rename-deleteall-to-deletefiles
Open

refactor: rename FileHelpers.DeleteAll to DeleteFiles#100
leno23 wants to merge 2 commits into
linksplatform:mainfrom
leno23:fix/rename-deleteall-to-deletefiles

Conversation

@leno23

@leno23 leno23 commented May 17, 2026

Copy link
Copy Markdown

Renames the directory file-deletion helpers in C# and C++ to DeleteFiles, matching the issue guidance and avoiding confusion with unrelated DeleteAll* APIs.

Also renames the first parameter from directory to path to align with Directory.EnumerateFiles and simplifies the XML documentation.

Fixes #53
Fixes #52

leno23 added 2 commits May 18, 2026 00:49
Clarifies that the API removes files matching a pattern, not arbitrary resources.

Fixes linksplatform#53
Aligns with .NET Directory.EnumerateFiles naming and simplifies XML docs.

Fixes linksplatform#52
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.

Rename DeleteAll method Rename directory argument

1 participant