|
Graphics.UI.ObjectIO.StdFileSelect | Portability | portable | Stability | provisional | Maintainer | ka2_mail@yahoo.com |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
selectInputFile :: ps -> GUI ps (Maybe String, ps) |
The selectInputFile function opens a dialog for file selecting and returns the selected file name.
If the file doesn't exist, the function shows a popup message box with a warning message.
|
|
selectOutputFile :: String -> String -> ps -> GUI ps (Maybe String, ps) |
The selectOutputFile function opens a dialog for file selecting and returns the selected file name.
If the file already exists, the function shows a popup message box with a warning message.
|
|
selectDirectory :: ps -> GUI ps (Maybe String, ps) |
The selectDirectory opens a dialog for directory selecting.
|
|
Produced by Haddock version 0.7 |