diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,7 @@ # tkFileBrowser A file browser designed for use with Python tkinter applications -) + * Uses the Windows API to get the exact icon for any folder or application. * Refreshes when drives are added or removed @@ -43,3 +43,9 @@ List of file types that will show up. Empty means all files. Default [] >showhidden Show hidden files "." or not. Default False + +>.see(path) + +Open all nodes to a path and ensure it is shown on screen + +More coming! |
