Part of twisted.vfs.ivfs View Source View In Hierarchy
Known implementations: twisted.vfs.backends.inmem.FakeFile, twisted.vfs.backends.osfs.OSFile
Method | open | Opens the file with flags. Flags should be a bitmask based on |
Method | close | Closes this node. |
Method | readChunk | Leaf should have been previously opened with suitable flags. |
Method | writeChunk | Leaf should have been previously opened with suitable flags. |
Inherited from IFileSystemNode:
Attribute | parent | parent node |
Method | getMetadata | Feturns a map of arbitrary metadata. As an example, here's what SFTP |
Method | remove | Removes this node. |
Method | rename | Renames this node to newName. newName can be in a different |