FileUpdate Module
Functions and values
| Function or value | Description |
|
|
Full Usage:
fileCommand fc dispatch model
Parameters:
FileCommandType
dispatch : Msg -> Unit
model : Model
Returns: Model * Cmd<'a>
|
|
|
|
|
Open the folder the user chose, which may not be a project. What is chosen has to be judged rather than assumed: it may be a project, a project whose marker has been lost, or a folder that merely contains projects. The last is not a refusal - it is where browsing continues. Mutually recursive with the browser, since the browser opens folders and an unopenable folder puts the browser back.
|