I can do this:
open System.IO
System.Environment.CurrentDirectory <- __SOURCE_DIRECTORY__
File.ReadAllLines("filename")
and it picks up SOURCE_DIRECTORY\filename
but if I do this:
It will try to load C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\filename