fs.browsewin¶
Creates a window which can be used to browse the contents of a filesystem. To use, call the ‘browse’ method with a filesystem object. Double click a file or directory to display its properties.
Requires wxPython.
- fs.browsewin.browse(fs, hide_dotfiles=False)¶
Displays a window containing a tree control that displays an FS object. Double-click a file/folder to display extra info.
Parameters: - fs – A filesystem object
- hide_dotfiles – If True, files and folders that begin with a dot will be hidden