Part of twisted.vfs.backends.osfs View Source View In Hierarchy
Implements interfaces: twisted.vfs.ivfs.IFileSystemLeaf
Method | create | Undocumented |
Method | open | Opens the file with flags. Flags should be a bitmask based on |
Method | readChunk | Leaf should have been previously opened with suitable flags. |
Method | writeChunk | Leaf should have been previously opened with suitable flags. |
Method | close | Closes this node. |
Method | remove | Removes this node. |
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 . |