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

Ticket #638 (closed enhancement: fixed)

Opened 1 year ago

Last modified 10 months ago

FilePath missing an easy way to get the select the parent directory

Reported by: kris Assigned to: kris
Priority: normal Milestone: 0.99.2 RC5
Component: IO Version: 0.99.1 RC4 Keep
Keywords: Cc:

Description

the parent() method gives you back a char[], instead of making an internal adjustment. This is not right. We need to add a pop() method or something, to adjust internally instead.

Also, FilePath? should have a default ctor for use in conjunction with opAssign()

Change History

09/20/07 22:05:46 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • component changed from Core Functionality to IO.

11/02/07 18:26:28 changed by kris

  • status changed from closed to reopened.
  • resolution deleted.

11/02/07 18:28:56 changed by kris

  • owner changed from sean to kris.
  • status changed from reopened to new.

trying static opCall() as a means to emulate opAssign() convenience

11/02/07 18:29:02 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.