extracting file from desktop to current folder

1 vue (au cours des 30 derniers jours)
Urvashi
Urvashi le 12 Sep 2022
Réponse apportée : Ankit le 12 Sep 2022
I want to extract file from desktop into current folder by using script . how can I do that?

Réponses (1)

Ankit
Ankit le 12 Sep 2022
Read more about movefile in the following link: Move or rename file or folder - MATLAB movefile - MathWorks Deutschland
source = 'C:\Users\Desktop\xyz.pdf';
destination = pwd;
movefile(source,destination)

Catégories

En savoir plus sur Desktop dans Help Center et File Exchange

Produits


Version

R2016b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by