The CLI can not handle relative path on Windows
Closed this issue · 5 comments
thanhminhmr commented
To quote joerg from encode.su:
the commandline can not handle relative pathnames like "..\BACKUP_TEMP\BACKUP.DAT"
https://encode.su/threads/4038-SRX-fast-multi-threaded-SR-compressor?p=78974&viewfull=1#post78974
mitiko commented
Have you tested it on Linux?
I checked and I'm using PathBuf
in my compressor, could be the issue.
thanhminhmr commented
Just ran a quick test on my Linux machine, it can handle srx c ../a/b.dat b.dat.srx
just fine. I'll test it on Windows, maybe it is OS specific.
thanhminhmr commented
I cannot reproduce this bug on my Windows machine.
@mitiko Can you reproduce the bug?
mitiko commented
thanhminhmr commented
Closed as "Cannot reproduce"