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

Dependency Graphs

Linked below are several dependency graphs of the IO package. They shows import relationships between modules, and have hotspots to the relevant module documentation. See Dependency Graphs for more information:

  • Principal means of managing the filesystem (create, delete, isDirectory, etc) FilePath
  • How to access file content. This adds three modules to the above diagram - FileConduit, DeviceConduit, and Conduit: FileConduit
  • High-level wrapper to read/write entire file content. We add the File module on top of the above diagram: File