christophsturm / filepeek

peek into kotlin or java source files.
MIT License
4 stars 6 forks source link

FilePeek now properly works on windows. #5

Closed MartinHaeusler closed 4 years ago

MartinHaeusler commented 4 years ago

This was done by replacing the hard-coded / characters by File.separator (which contains the OS-specific separator).

This fixes issue #4 .

christophsturm commented 4 years ago

closes #4