| Type | Bug | Status | built | Date | 4-Oct-2011 20:29 |
|---|---|---|---|---|---|
| Version | alpha 111 | Category | Native | Submitted by | BrianH |
| Platform | Windows | Severity | minor | Priority | normal |
| Summary | REQUEST-FILE/multi returning multiple files is missing the last / in the filenames |
|---|---|
| Description |
When you call REQUEST-FILE/multi and return multiple files, the last / before the filename portion is missing. Not when there is one file though. See the code. Only tested on Windows so far. |
| Example code |
; Selecting r3.exe >> request-file/multi == [%/C/REBOL/2.100/r3.exe] ; Selecting r3.exe and rebol.r >> request-file/multi == [%/C/REBOL/2.100r3.exe %/C/REBOL/2.100rebol.r] ; should be [%/C/REBOL/2.100/r3.exe %/C/REBOL/2.100/rebol.r] |
| Assigned to | n/a | Fixed in | r3 master | Last Update | 20-Jan-2013 06:28 |
|---|
| Comments | |
|---|---|
|
(0003265)
BrianH 14-Dec-2012 05:06 |
Whoops, changed the title in a way that no longer reflected the full nature of the problem. Changed back.
And apparently request-file is currently only supported on Windows. |
| Date | User | Field | Action | Change |
|---|---|---|---|---|
| 20-Jan-2013 06:28 | BrianH | Fixedin | Modified | => r3 master |
| 20-Jan-2013 06:28 | BrianH | Status | Modified | pending => built |
| 18-Dec-2012 22:05 | BrianH | Status | Modified | reviewed => pending |
| 14-Dec-2012 05:07 | BrianH | Comment : 0003265 | Modified | - |
| 14-Dec-2012 05:06 | BrianH | Status | Modified | submitted => reviewed |
| 14-Dec-2012 05:06 | BrianH | Comment : 0003265 | Added | - |
| 14-Dec-2012 05:03 | BrianH | Summary | Modified | REQUEST-FILE/multi returns files missing the last / in the filenames => REQUEST-FILE/multi returning multiple files is missing the last / in the filenames |
| 14-Dec-2012 04:55 | BrianH | Summary | Modified | REQUEST-FILE/multi returning multiple files is missing the last / in the filenames => REQUEST-FILE/multi returns files missing the last / in the filenames |
| 4-Oct-2011 20:30 | BrianH | Summary | Modified | REQUEST-FILE/multi returning multiple files is missing the last / => REQUEST-FILE/multi returning multiple files is missing the last / in the filenames |
| 4-Oct-2011 20:30 | BrianH | Description | Modified | - |
| 4-Oct-2011 20:30 | BrianH | Code | Modified | - |
| 4-Oct-2011 20:29 | BrianH | Ticket | Added | - |