I have an F# script referencing a package in
%USERPROFILE%\.nuget\packages
FSI is happy with
#I @"C:\Users\Username\.nuget\packages"
but not
#I @"%USERPROFILE%\.nuget\packages"
How can the #I
path be the nuget packages directory for the current user?