Opened 12 years ago
Closed 12 years ago
#2201 closed enhancement (done)
Enhance PathValue Datatypes
| Reported by: | mkommend | Owned by: | mkommend |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
| Component: | Data | Version: | 3.3.9 |
| Keywords: | Cc: |
Description
- ToString is not overloaded
- TextFileView could throw an exception
- Exists methods use current directory when no absolute path is specified
Change History (4)
comment:1 Changed 12 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 12 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from reviewing to readytorelease
Ok, looks fine to me.
comment:4 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r11034: Overloaded ToString in all path types and fixed exists method.