in F# interactive:how to display/change current working directory?
> open System;; > Environment.CurrentDirectory;; val it : string = "C:\\" > Environment.CurrentDirectory <- @"c:\temp";; val it : unit = () > Environment.CurrentDirectory;; val it : string = "c:\\temp"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With