Skip to content

CsvFile.Load doesn't use current directory from system.environment #1080

@ovatsus

Description

@ovatsus

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:

CsvFile.Load "filename"

It will try to load C:\Program Files (x86)\Microsoft SDKs\F#\4.1\Framework\v4.0\filename

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions