Current folder . Need permission
5 views (last 30 days)
Show older comments
Md. Mubarak Hossain
on 6 May 2017
Commented: Md. Mubarak Hossain
on 6 May 2017
Dear sir, I've faced another problem. When I save a matlab file the I do not see it in current folder. If I wanna open a new folder in current folder by "New folder" it shows that "Error creating folder" "Could not create the new folder" "You may not have permission"
What should I do? Please could you help me?
0 Comments
Accepted Answer
Walter Roberson
on 6 May 2017
Please show the output of
pwd
Please investigate the ownership and permissions of that directory.
thisdir = pwd;
system( sprintf('dir /Q "%s", thisdir) )
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!