Details
Description
STORE B INTO 'path of file X';
STORE C INTO 'path of file X';
Currently when if we try to execute this we will get an "Output directory path of file X already exists" error
Instead of this can we add a feature which appends the contents of C to B?
ie file X should contain both B and C