<html><head></head><body><div style="font-family:garamond, new york, times, serif;font-size:16px;"><div>Hello!</div><div><br></div><div>I'm trying to open a Brain Vision Analyzer file (.vhdr) with EEGlab. I've installed the correponding plugin, the  bva-io1.5.13. However when I try to open the file it appears an error message: </div><div><br></div><div>"No such file or directory. Error occurred in function readbvconf() at line 45."</div><div><br></div><div>So I took a look inside this function but I don't detect anything wrong... Here it is the part around line 45:</div><div><br></div><div>% Open and read file</div><div>[IN, message] = fopen(fullfile(pathname, filename), 'r');</div><div>if IN == -1</div><div>    [IN, message] = fopen(fullfile(pathname, lower(filename)));</div><div>    if IN == -1</div><div>        error(message)</div><div>    end;</div><div>end</div><div>raw={};</div><div>while ~feof(IN)</div><div>    raw = [raw; {fgetl(IN)}];</div><div>end</div><div>fclose(IN);</div><div><br></div><div>Could you help me, please? What can I do?</div><div><br></div><div>Thank you very much!</div><div><br></div><div>Alejandro</div><div>From Spain</div><br><br></div></body></html>