mach-kernel / cadius

A maintained fork of BrutalDeluxe's Cadius ProDOS disk imaging utility (used for making Apple II disk images).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Windows] Replacefile yields invalid path

mach-kernel opened this issue · comments

C:\Users\David\Desktop\cadius-master\Release>cadius.exe REPLACEFILE test.po TEST/ cadius.log
cadius.exe v 1.3, (c) Brutal Deluxe 2011-2013.
  - Replacing file 'cadius.log' :
  Error : Can't get file from Image, File not found.
  Error : Invalid Prodos File path 'TEST/\cadius.log'.

C:\Users\David\Desktop\cadius-master\Release>cadius.exe REPLACEFILE test.po TEST cadius.log
cadius.exe v 1.3, (c) Brutal Deluxe 2011-2013.
  - Replacing file 'cadius.log' :
  Error : Can't get file from Image, File not found.
  Error : Invalid Prodos File path 'TEST\cadius.log'.

This probably has to do with FOLDER_CHARACTER being interpolated. ADDFILE and REMOVEFILE seem unaffected.

Will ship with #13