Changes between and of Version 4Version 11Ticket #2366
- Timestamp:
- 07/21/2011 05:15:54 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2366
- Property cc wilcoxjg@…, davidsarah added
- Property owner jknight deleted
- Property keywords unicode windows added
-
Ticket #2366 – description
v4 v11 2 2 3 3 For example, you can actually have a file called "CON" on windows, and it is accessible by quoting the path in various ways (or by accessing it via native Windows APIs), but `FilePath` would currently consider that path a security violation, regardless of whether it actually exists. 4 5 Additionally, Windows paths may natively be unicode. `FilePath` doesn't really pay attention to unicode vs str, so it may be broken with respect to non-ASCII(?) paths. Even if it does work, it needs unit tests to demonstrate this and prevent regressions.
