Access denied when using mkdir in the plugins Excel
Afficher commentaires plus anciens
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 commentaires
Jan
le 9 Juil 2019
Do you have write access to the current folder? Please check this again.
Israel Hernández
le 9 Juil 2019
Guillaume
le 9 Juil 2019
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.
Réponses (0)
Catégories
En savoir plus sur Data Import from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!