Ask for a directory, and return the file name
(**options)
| 438 | |
| 439 | |
| 440 | def askdirectory (**options): |
| 441 | "Ask for a directory, and return the file name" |
| 442 | return Directory(**options).show() |
| 443 | |
| 444 | |
| 445 | # -------------------------------------------------------------------- |