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

feat: add listFiles method #10

Merged
merged 1 commit into from
Feb 18, 2024
Merged

feat: add listFiles method #10

merged 1 commit into from
Feb 18, 2024

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Feb 18, 2024

listFiles(targetDir: string, configs?: ListFilesConfigs): string[]

Returns all files in a directory, independent of their depth.

listFiles('some-dir');
  • You can use the filter and exclude options, as well as they are for poku method.

@wellwelwel wellwelwel merged commit 0b78815 into main Feb 18, 2024
24 checks passed
@wellwelwel wellwelwel deleted the list-files branch February 18, 2024 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant