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

Unable to delete multiple files in a directory #214

Closed
samer9790 opened this issue Feb 1, 2024 · 3 comments · Fixed by #216
Closed

Unable to delete multiple files in a directory #214

samer9790 opened this issue Feb 1, 2024 · 3 comments · Fixed by #216

Comments

@samer9790
Copy link

Describe the bug
DocTo was unable to delete multiple files when specifying a directory.

To Reproduce
I am using cmd for calling

this works:
docto.exe -WD -f F:\docto\123.rtf -o F:\docto-t wdFormatPDF -R true
because i am specifying the file "123.rtf".

this is not working
docto.exe -WD -f F:\docto\aaa\ -fx .rtf -o F:\docto\ -t wdFormatPDF -R true
because i am not specifying the file to be deleted

Expected behavior
I am expecting the program to delete all ".rtf" files in the directory.

Copy link

github-actions bot commented Feb 1, 2024

Thank You for the Issue. I will try to get to look at it as soon as I can.

@tobya
Copy link
Owner

tobya commented Feb 1, 2024

I'll take a look and see if I can reproduce. Should be straightforward to fix if I can.

@tobya
Copy link
Owner

tobya commented Feb 8, 2024

The last release

has a fix for this issue.

Thanks for using Docto.

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 a pull request may close this issue.

2 participants