TC currently adds automaticly " " between the packerstring and the suggested path/filename,
when there was a whitespace somewhere in the path or the selected folders to archive.
Example: rar:"C:\Dir\File with whitespace.rar"
And there is no " " set, when the suggested path/filename has no whitespace in it.
Example: rar:C:\Dir\File_without_whitespace.rar
Whats about to add these " " everytime to the string, after the "ok" button is pressed?
So you have not to look for whitespaces, everytime you edit the suggested path/filename.
Sure there must be a check, in the case the user has added " " manually before pressing ok, to avoid double " ".
Setting the " " everytime should not be a problem, even there is no whitespace.
Packer Dialog: Filename field and " "
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
In this case (if I understand you right), quotes are in general senseless.... since quotes are used only in user interface and never passed with names internally.
Adding quotes before or after the dialog should be never mind.
But looking for whitespace everytime and add quotes manually is not that comfortable.
#92832