REBOL3 tracker
  0.9.12 beta
Ticket #0002031 User: anonymous

Project:



rss
TypeBug Statussubmitted Date11-Jun-2013 07:19
Versionr3 master CategoryPorts Submitted byBrianH
PlatformWindows Severityminor Prioritynormal

Summary READ %/ doesn't return the list of drives on Windows
Description I did a READ %/ on Windows, expecting to see the list of drives ([%/C/ ...]). Instead, it returned the files in the root directory of the current drive, the way READ %// does (and is supposed to).

Only affects Windows because other platforms don't have drive letters. I just tested on Windows 8, so it might be limited to that Windows version. Tested with 2.100.112 and r3/master.
Example code
>> equal read %/ read %//
== true  ; should be false

Assigned ton/a Fixed in- Last Update5-Jul-2013 15:30


Comments
(0003883)
IngoHohmann
5-Jul-2013 15:30

Confirmed on Windows 7 with saphirion core 2.101.0.3.1

Date User Field Action Change
5-Jul-2013 15:30 IngoHohmann Comment : 0003883 Added -
11-Jun-2013 07:19 BrianH Ticket Added -