Open Zero3 opened 8 years ago
This is mostly a cosmetic issue, since all paths are run though utf8_to_wfn() before being used (which will ensure the path is in the proper format for Windows).
On a related note, there is an irregularity in which paths that slashes are appended to:
C:\Program Files (x86)\encfs>encfs D:\Enc D:\Dec
The directory "D:\Enc/" does not exist. Should it be created? (y,n) y
The directory "D:\Dec" does not exist. Should it be created? (y,n) y
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Arhhh!! Bugger off, stalebot! Just because nobody posted anything in a while doesn't mean that the bug was automagically fixed...
@jetwhiz Could you help reopen?
Hi @Zero3 -- just reopened, let me know if there are other issues of yours that it closed and should stay open!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@jetwhiz Just a friendly FYI: I don't intend to contribute any more bug reports to encfs4win when they get automatically closed by stalebot, as that is very discouraging.
Sorry about that @Zero3, I forgot to add the enhancement
label to the exempt list for stalebot.
I've made it so that enhancement issues can't be marked as stale, and also bumped up the time-to-close to two weeks to give people more time to respond to incorrectly-marked issues.
Stalebot is intended to help keep the issue backlog clean in cases where the issue creator is not responding and the problem has not been able to be confirmed or reproduced.
When creating a new encrypted folder by passing a non-existing path as the first argument, encfs4win displays the path with a trailing forward slash.
For example, with
C:\Encrypted
as the path to the encrypted folder:While forward slashes are valid directory separators under some circumstances on Windows, backslashes are used almost universally. I would thus expect encfs4win to use a backslash in this situation. I have not checked whether encfs4win displays forward slashes in other messages than this one, but I would not be surprised if it did.