Part of twisted.vfs.backends.osfs View Source View In Hierarchy
Implements interfaces: twisted.vfs.ivfs.IFileSystemContainer
| Method | children | See IFileSystemContainer. |
| Method | child | See IFileSystemContainer. |
| Class Method | childDirFactory | Returns a callable that will be used to construct instances for |
| Method | childFileFactory | Returns a callable that will be used to construct instances for files |
| Method | createDirectory | See IFileSystemContainer. |
| Method | createFile | See IFileSystemContainer. |
| Method | create | Undocumented |
| Method | remove | Removes this node. |
| Method | exists | See IFileSystemContainer. |
Inherited from OSNode:
| Method | __init__ | Undocumented |
| Method | getMetadata | Feturns a map of arbitrary metadata. As an example, here's what SFTP |
| Method | setMetadata | Undocumented |
| Method | rename | Rename this node to newName. |
By default, this will be the class of the child's parent. Override this method if you want a different behaviour.
By default, this will be OSFile. Override this method if you want a different behaviour.