Filers App

The main app.

class filers.main.FilersApp(**kwargs)

Bases: cplcom.app.CPLComApp

The filer app class.

assign_path(text, path, selection, filename, fileselect=False, quote=False)

Takes a list of selected files and returns it as a string with possibly quoted filenames.

Parameters:
text: kivy Label

A object whose text parameter will be set with the resulting string.

path: str

The root path in which the filenames in selection are contained.

filename: str

The text in the filename filed in the browser.

selection: list

A list of filenames currently selected.

fileselect: bool

Whether we would convert all the selected files into a their directories, e.g. if only directories should be selected. Defaults to False.

quote: bool

Whether filenames with spaces in them should be quoted with . Defaults to False.

set_tittle(*largs)

Sets the title of the window using the currently running tab. This is called at 1Hz.

filers.main.run_app = <functools.partial object at 0x000000000442B818>

The function that starts the GUI and the entry point for the main script.