This pull request simplifies the FileDROP by merging the original filepath and dirname arguments into just the filepath. The filepath still allows to specify either a relative or absolute directory name and a filename or just a directory name or none of the two. The only backwards incompatibility is for FileDROPS in graphs, which have a dirname specified, this will fail, since that argument does not exist anymore.
@james-strauss-uwa: assigned to you mostly for information that this has changed, but please have a look as well.
Coverage: 81.864% (-0.006%) from 81.87% when pulling ebf564e33df73d67dae028383d0317bcce1ea4cf on liu-338 into 22c8c6fd049c84ecf927eb96ce1ad982e56a708a on master.
This pull request simplifies the FileDROP by merging the original filepath and dirname arguments into just the filepath. The filepath still allows to specify either a relative or absolute directory name and a filename or just a directory name or none of the two. The only backwards incompatibility is for FileDROPS in graphs, which have a dirname specified, this will fail, since that argument does not exist anymore. @james-strauss-uwa: assigned to you mostly for information that this has changed, but please have a look as well.