Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upMake it more obvious that temp file path is required #5
Comments
This comment has been minimized.
This comment has been minimized.
Totally forgot about checking the input, output and temporary fields. It has been fixed in the latest commits. I'd prefer the user specifies another folder other than the system temporary files as that way it doesn't possibly mess with other temporary files in that folder. The user will now receive a message telling him to browse for a temporary path |
moisesmcardona
closed this
Jan 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
linearray commentedJan 20, 2019
When you do not enter a temp file path you just get the exception
System.ArgumentException: The path is not of a legal form.
I almost didn't figure it out and thought there is something wrong with the input file path. Maybe it's best to just use
System.IO.Path.GetTempPath()
if the user doesn't enter anything?