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

Ticket #42 (closed enhancement: fixed)

Opened 6 years ago

Last modified 6 years ago

review the way that FilePath handles string copies

Reported by: kris Assigned to: kris
Priority: major Milestone: 1.0
Component: Tango Version:
Keywords: Cc:

Description

FilePath? currently takes an alias approach to string handling. For the sake of simplicity it should probably .dup them be default

Change History

06/21/06 17:49:43 changed by kris

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

added an arg to the ctor which copies the path by default. Went through the codebase and explcitly diabled this option where a copy is not necessary