Part of twisted.vfs View Source
| Function | getAbsoluteSegments | |
| Function | fetch | |
| Function | basename | Undocumented |
| Function | dirname | Undocumented |
| Function | getRoot | Undocumented |
| Function | getSegments | Undocumented |
| Interface | IFileSystem | No interface docstring; 2/2 attributes, 7/7 methods documented |
| Class | FileSystem | Wraps unix-like VFS backends, in which directory separator is '/', root's path is '/', and all directories have '.' and '..'. |
| Parameters | path | either a string or a list of string segments which specifys the desired path. may be relative to the cwd |
| cwd | optional string specifying the current working directory returns a list of string segments which most succinctly describe how to get to path from root |
| Parameters | root | IFileSystemContainer which represents the root node of the filesystem |
| path | either a string or a list of string segments which specifys the desired path. may be relative to the cwd | |
| cwd | optional string specifying the current working directory returns node described by path relative to the cwd |