Class | File |
Base class for folder implementations. Cannot be intatiated directly; use one of the subclasses instead. Main use outside of this module is to check isinstance(object, Folder). |
Class | FileChangedError |
Undocumented |
Class | FileExistsError |
Undocumented |
Class | FileNotFoundError |
Undocumented |
Class | FileNotWritableError |
Undocumented |
Class | FilePath |
Class to represent filesystem paths and the base class for all file and folder objects. Contains methods for file path manipulation. |
Class | FileUnicodeError |
Error raised when there is an issue decoding the file contents. Typically due to different encoding where UTF-8 is expected. |
Class | Folder |
Base class for folder implementations. Cannot be intatiated directly; use one of the subclasses instead. Main use outside of this module is to check isinstance(object, Folder). |
Class | FolderNotEmptyError |
Undocumented |
Class | FSObjectBase |
Base class for File and Folder |
Class | FSObjectMeta |
No summary |
Function | get_mimetype_from_path |
Undocumented |
Function | is_abs_filepath |
Undocumented |
Constant | IMAGE_EXTENSIONS |
Undocumented |
Constant | SEP |
Undocumented |
Variable | is_share_re |
Undocumented |
Variable | is_url_re |
Undocumented |
Variable | logger |
Undocumented |
Variable | mimetypes |
Undocumented |
Variable | mytype |
Undocumented |
Variable | xdgmime |
Undocumented |
Function | _joinabspath |
Undocumented |
Function | _joinuri |
Undocumented |
Function | _md5 |
Undocumented |
Function | _os_expanduser |
Undocumented |
Function | _split_file_url |
Undocumented |
Function | _splitnormpath |
Undocumented |
Constant | _EOL |
Undocumented |
Constant | _HOME |
Undocumented |