Is it possible to use an app.config file from a F# script (fsx) file? If so, how? Where do I put the file and what will it be called?
相关问题
- How to read property from config file inside Jenki
- Ionic framework - Config.xml
- How to set Spring weaver options in Java config cl
- What/where is get_Zero in F#'s int?
- App.Config Custom configuration section problem
相关文章
- Is possible to split PHP configuration file php.in
- IIS7: Possible causes of 'Unrecognized configu
- MAMP MySQL not recognizing my.cnf values in OSX
- yii2 - how to set currency in main config
- Programatically check if there is a configuration
- Schema (XSD) for Microsoft .NET configuration file
- Using config files written in Python [closed]
- Save Configuration Settings to XML file in QT?
The linked question by @JoeB provides 2 answers which are more suited to F# Interactive than .fsx scripts. I provide a good solution for F# scripts below:
Given this app.config file:
Read
foo
this way: