| Interface | Description |
|---|---|
| IHasFilename |
Interface for objects providing a filename
|
| IPathRelativeIO |
| Class | Description |
|---|---|
| ConstantHasFilename |
Standard implementation of
IHasFilename returning a constant but
potentially null filename. |
| ConstantHasFilenameNotEmpty |
Standard implementation of
IHasFilename returning a constant not-
null and non-empty filename. |
| PathRelativeFileIO |
Default implementation of
IPathRelativeIO. |
| WebFileIO |
Abstract for accessing files inside the web application.
|
| WebIOIntIDFactory |
A special
FileIntIDFactory that uses WebFileIO to get the
filename. |
Copyright © 2014–2015 Philip Helger. All rights reserved.