tango.io.FilePath

Members

Classes

FilePath
class FilePath

Models a file path. These are expected to be used as the constructor argument to various file classes. The intention is that they easily convert to other representations such as absolute, canonical, or Url.

Functions

main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

PathView
interface PathView

Meta

License

BSD style: $(LICENSE)

Version

Oct 2004: Initial version Nov 2006: Australian version Feb 2007: Mutating version Mar 2007: Folded FileProxy in Nov 2007: VFS dictates '/' always be used Feb 2008: Split file system calls into a struct

Authors

Kris

FilePath provides a means to efficiently edit path components and to access the underlying file system.

Use module Path.d instead when you need pedestrian access to the file system, and are not mutating the path components themselves