Filesystem Entry Handling

Allows selection of filesystem entries (directories and files).

DirEntry
Displays a text box and a button to select a directory using the system defined selection method.
FileEntry
Displays a text box and a button to select a file using the system defined selection method.
class tks.fs.DirEntry(master, variable=None, **options)

Entry box and a button to select a directory.

class tks.fs.FileEntry(master, variable=None, **options)

Entry box and a button to select a file.