extracting file from desktop to current folder

回答(1 个)

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)

类别

帮助中心File Exchange 中查找有关 Desktop 的更多信息

产品

版本

R2016b

提问:

2022-9-12

回答:

2022-9-12

Community Treasure Hunt

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

Start Hunting!

Translated by