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

Ticket #1026 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

Want FilePath.native(char[]) and FilePath.standard(char[])

Reported by: baxissimo Assigned to: kris
Priority: major Milestone: 0.99.6
Component: IO Version: 0.99.5 Jascha
Keywords: Cc:

Description

It would be nice to have static versions of these functions that take char[].

Because 'join' always uses '/' regardless of the platform, when working on Windows and interacting with native APIs and GUI APIs you usually get paths back with '\'. So I think it will be necessary to use these two functions a lot. It would be nice to not have to create a FilePath? object every time.

Change History

04/07/08 17:10:33 changed by kris

yeah, we should move those to Path.d instead (or something)

04/18/08 00:37:10 changed by kris

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

fixed in [3442]