Skip to content

Can I delete all files in the specified directory through a commit action? #1122

Open
@zl123725

Description

@zl123725

Can I delete all files in the specified directory through a commit action?
such as:
CommitAction commitAction = new CommitAction();
commitAction.setAction(CommitAction.Action.DELETE);
commitAction.setFilePath("app/src/main/res/test/**");

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions