module documentation

File Manager - Browse and manage files.

Function run Run the app.
Function start Start the app.
Function stop Stop the app.
Variable _file_browser Undocumented
def run(view_manager):

Run the app.

Parameters
view_manager:ViewManagerThe view manager context.
def start(view_manager) -> bool:

Start the app.

Parameters
view_manager:ViewManagerThe view manager context.
Returns
boolTrue on success.
def stop(view_manager):

Stop the app.

Parameters
view_manager:ViewManagerThe view manager context.
_file_browser =

Undocumented