Ticket #634 (closed defect: fixed)
Opened 2010-12-30T13:26:49-06:00
Last modified 2011-01-04T13:09:27-06:00
File grouping does not work in ImageJ on Windows
Reported by: | melissa | Owned by: | melissa |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | plugins | Severity: | serious |
Keywords: | Cc: | jgsancho@… | |
Blocked By: | Blocking: |
Description
The file separator ('\') causes the file pattern to be incorrectly interpreted as a regular expression. Escaping the file separator characters should solve the problem.
Change History
comment:1 Changed 2011-01-04T13:09:27-06:00 by melissa
- Status changed from new to closed
- Resolution set to fixed
(In [7485]) Escape backslashes when finding a pattern. Closes #634.