Access denied when using mkdir in the plugins Excel
이전 댓글 표시
I am creating a plugins to use it in excel, and it generates me access denied error when mkdir is executed to create a folder in my current directory, how can I solve it?
댓글 수: 3
Jan
2019년 7월 9일
Do you have write access to the current folder? Please check this again.
Israel Hernández
2019년 7월 9일
Guillaume
2019년 7월 9일
Relying on current directory is always iffy. Use full paths. In particular, in compiled code the working/current directory is usually not the same as you get from interactive sessions.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Import from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!