DanBerge / TDMSReader.jl

Library to read National Instruments TDMS file format in native Julia.
MIT License
6 stars 5 forks source link

modify example paths to run on multiple platforms #7

Open nbrantut opened 1 year ago

nbrantut commented 1 year ago

I noticed that the paths specified to run the examples were formatted for windows machines. I propose to change those using "joinpath" so the examples can run on other systems.