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

Why don't allow ":" in output path #23

Closed
ljhcage opened this issue Oct 15, 2021 · 3 comments
Closed

Why don't allow ":" in output path #23

ljhcage opened this issue Oct 15, 2021 · 3 comments

Comments

@ljhcage
Copy link
Contributor

ljhcage commented Oct 15, 2021

Since i have videos from different disk, and i want set output path to one dir.
code at Form1.cs:24293

@eibol
Copy link
Owner

eibol commented Oct 19, 2021

Let me check it.

@eibol
Copy link
Owner

eibol commented Oct 19, 2021

In that field, only a relative path name is accepted, so ":" is not a valid folder name.
You can write a folder name, like "mydir", or "mydir\dir2"

I you want to use a single absolute output folder, just browse for it, or write on the main tab Destination text box.

@ljhcage
Copy link
Contributor Author

ljhcage commented Oct 20, 2021

Nice, thanks!

@ljhcage ljhcage closed this as completed Oct 20, 2021
This issue was closed.
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

No branches or pull requests

2 participants