Group: Forum Members
Posts: 12,
Visits: 47
|
Hello all,
Currently I have a small issue with the saving of my data. Currently my code states that it needs to save a file to specific directory, like this:
<data> / columns=[subject, blockcode, trialcode, trialnum, latency, response, stimulusitem, stimulusnumber] / file = "C:\Users\BasE\Desktop\CBM-I\Data" / encrypt= false </data> This is an existing directory on my pc. However, when it saves the data it makes a new directory using the same names instead of using the existing directory. I feel like I am missing a line of code here, can someone point out to me what is going wrong here?
Many thanks in advance!
|