Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #419 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

PathView is missing the toList method

Reported by: keinfarbton Assigned to: kris
Priority: major Milestone: 0.98 RC 2
Component: Tango Version: trunk
Keywords: Cc:

Description

PathView? shall also contain the

abstract char[][] toList(bool prefixed = false);

which is implemented by FilePath?. This make this method available from File:

file.path().toList();

Change History

04/19/07 13:54:37 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.98 RC 2.

fixed in [2079]

thx, Frank