MATLAB: Load syntax

load

I keep going over the previous guys code and he is continually using load .\ 'filename' . The whole thing is in an eval statement which I understand but what does the ".\" immediatly after the 'load' command do?
Thanks

Best Answer

.\ usually mean the current directory
Related Question