You can actually reference a folder within your stimulus folder using the '\' .First, I can place the second file in a seperate folder and use the full file paths to find the file.
Suppose you have a DirectRT input file in the folder '1' within your stimulus folder. You would reference it using: '1\file.csv' rather than just 'file.csv' .
Does this make sense?