olinn
Materials
- Oct 26, 2005
- 21
I want to open a file with the path like this [current m-file dir]\file\filename.txt. I found i cannot do like just textread('file\filename.txt'..) in the m-file. so i think i should know the m-file directory itselt first, then do the job. do anyone know how to do this? thank you!