dssrip icon indicating copy to clipboard operation
dssrip copied to clipboard

DSS v7 files do not create .dsc files

Open eheisman opened this issue 3 years ago • 2 comments

dssrip functions that access pathnames depend on generating the .dsc file created by the DSS libraries to quickly return a list of paths in the file. This file does not exist for DSS v7 files causing functions like getPaths and getAllPaths to fail.

eheisman avatar Nov 17 '21 17:11 eheisman

Action to resolve this is to replace with much older logic to parse Java Array returned by $getCatalogedPathnames()

eheisman avatar Nov 17 '21 17:11 eheisman

Did not know about this. Thanks for working on this!

tungttnguyen avatar Nov 18 '21 23:11 tungttnguyen