Yes, maybe you're right. I guess the current behaviour is more consistent with other *nix programs.
It just seems to me that if most users run `rox -s /path_to/some_dir` it is much more likely that they actually mean `rox -s /path_to/some_dir` than `rox /path_to/some_dir`. But you're right - the same argument would apply to rox without the -s, and to other programs as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When given the command
rox /blah/something/
ROX-Filer can either treat it as
rox /blah/something
or as
rox /blah/something/.
Currently it chooses to do the latter, I don't see any compelling reason to do one rather than the other.
Yes, maybe you're right. I guess the current behaviour is more consistent with other *nix programs.
It just seems to me that if most users run `rox -s /path_to/some_dir` it is much more likely that they actually mean `rox -s /path_to/some_dir` than `rox /path_to/some_dir`. But you're right - the same argument would apply to rox without the -s, and to other programs as well.