Created
June 26, 2019 15:19
-
-
Save jwosty/cfbf9cc67e9d051f2194895d37298cf9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use file = new System.IO.File.Open("foo.xml", System.IO.FileMode.Append) in | |
printfn "file still open" | |
printfn "file now closed/disposed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment