We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thank You for the Issue. I will try to get to look at it as soon as I can.
Sorry, something went wrong.
I'll take a look and see if I can reproduce. Should be straightforward to fix if I can.
The last release
has a fix for this issue.
Thanks for using Docto.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: