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

Ticket #741 (closed enhancement: fixed)

Opened 10 months ago

Last modified 10 months ago

Add constructor to FileFolder to allow creating folder of the same name

Reported by: schveiguy Assigned to: kris
Priority: minor Milestone: 0.99.3
Component: IO Version: trunk
Keywords: Cc:

Description

Currently, if I want to create a vfs file folder, but do not want to mount it in a virtual host, I still have to provide a "virtual" name. It would be nice if there was a constructor that just took the path, and then generated the virtual name based on the path. The current constructor is confusing. For a long time, I thought the path had to be the parent directory and the name was the directory.

Change History

11/09/07 22:07:49 changed by kris

  • status changed from new to assigned.

yep, it'll be fixed tonight :)

11/09/07 23:30:39 changed by kris

  • status changed from assigned to closed.
  • resolution set to fixed.
  • milestone set to 0.99.3.

fixed in [2837]