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
I can't change a path to do a * for all subdirectories. i've tried a variety of ways, and none have worked. thanks
The text was updated successfully, but these errors were encountered:
Ah, I see - that probably broke when I changed the text field to a proper directory picker.
Manual workaround: Open %AppData%\ScriptPlayer\Settings.xml with a text editor and scroll down to the paths (AdditionalPaths) to edit the path.
%AppData%\ScriptPlayer\Settings.xml
Should look something like this:
<AdditionalPaths> <string>D:\Path\*</string> </AdditionalPaths>
Sorry, something went wrong.
ok, I had found and updated the config file shortly after, just thought you should know about the problem.
Should be fixed now
FredTungsten
No branches or pull requests
I can't change a path to do a * for all subdirectories. i've tried a variety of ways, and none have worked. thanks
The text was updated successfully, but these errors were encountered: