OpenXLSX icon indicating copy to clipboard operation
OpenXLSX copied to clipboard

Support Windows and AmigaOS style paths

Open afalkenhahn opened this issue 3 years ago • 1 comments

File part extraction won't work correctly when using backslashes instead of slashes, as it is the default on Windows. Also, filename extraction won't work on AmigaOS in case the filename comes directly after the drive letter, e.g. T:tempfile. This PR fixes both issues.

afalkenhahn avatar Oct 03 '22 16:10 afalkenhahn

Aren't there OS specific flags that can be used to determine the OS platforms? If we wrap the implementation under compiler flags, it might be beneficial?

SimantoR avatar Jan 01 '23 01:01 SimantoR