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

Files.Copy - Documentation is incorrect #73

Open
RikuVirtanen opened this issue Nov 29, 2024 · 0 comments
Open

Files.Copy - Documentation is incorrect #73

RikuVirtanen opened this issue Nov 29, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@RikuVirtanen
Copy link
Contributor

RikuVirtanen commented Nov 29, 2024

The Input parameter Pattern states in it's examples that regex is used. The Task doesn't use regex but pattern matching. This needs to be corrected to the documentation. Also the pattern matching documentation needs to be added.

Incorrect:
test.txt, test*.txt, test?.txt, test.(txt|xml), test.[^t][^x][^t], <regex>^(?!prof).*_test.txt
Correct:
https://github.com/FrendsPlatform/Frends.File?tab=readme-ov-file#pattern-matching

Also the star characters in FileExistsAction seems to break the documentational page https://tasks.frends.com/tasks/Frends-Files-Copy/

@RikuVirtanen RikuVirtanen added the documentation Improvements or additions to documentation label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant