Reputation: 19
How do you calculate the path by removing the current file name from the full path? I have this so far:
fullPath = mfilename('fullpath')
curMfile = mfilename();
path =
But I don't know what to put for path.
Upvotes: 2
Views: 217