https://bugs.winehq.org/show_bug.cgi?id=37333
Bug ID: 37333 Summary: winefile command line does not support paths with spaces Product: Wine Version: 1.7.26 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: jhansonxi@gmail.com
Passing a target directory to winefile does not work if the path contains spaces.
Works (directory contents displayed): winefile "c:\users\" winefile $HOME/.wine/dosdevices/c:/users/
Note: The trailing slash causes winefile to open the directory. Without the slash it opens the parent directory with the target subdirectory selected.
Does not work (blank listing): winefile "c:\Program Files\" winefile "c:\Program\ Files\" winefile $HOME/.wine/drive_c/Program\ Files/ winefile "$HOME/.wine/dosdevices/c:/Program Files/"
Does not work, trailing slash or not.
Partial workaround: cd "$HOME/.wine/dosdevices/c:/Program Files" winefile
This behaves like a trailing slash was missing so it shows the parent directory with the target selected.
Relative paths ("../", "./") result in a directory tree but no files are listed even if the subdirectories are selected.