sandialabs / Gulliver

Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
Apache License 2.0
15 stars 3 forks source link

attempts to correct path of csv file for stringificaiton docs #13

Closed rheone closed 4 years ago

rheone commented 4 years ago

apparently "./" path will work locally, but didn't not work on read the docs. Removing path info and giving it as shot.

Associated with #12