Skip to content

refactor: rename FileHelpers.DeleteAll to DeleteFiles#100

Closed
wyf027 wants to merge 2 commits into
linksplatform:mainfrom
wyf027:fix/rename-deleteall-to-deletefiles
Closed

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

Conversation

@wyf027

@wyf027 wyf027 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

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

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

Fixes #52
@wyf027 wyf027 closed this by deleting the head repository Jun 23, 2026
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