diff options
| -rw-r--r-- | redo/dialog.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/dialog.go b/redo/dialog.go index 1567cc7..730e1be 100644 --- a/redo/dialog.go +++ b/redo/dialog.go @@ -12,6 +12,7 @@ type windowDialog interface { // filename is the selected filename, or an empty string if no file was chosen. // OpenFile does not ensure that f remains alive; the programmer is responsible for this. // If possible on a given system, OpenFile() will not dereference links; it will return the link file itself. +// Hidden files will not be hidden by OpenFile(). func OpenFile(win Window, f func(filename string)) { if win == nil { panic("Window passed to OpenFile() cannot be nil") |
