필터 지우기
필터 지우기

how to copy a .doc file from my desktop and save it by a different name?

조회 수: 1 (최근 30일)
Sagi
Sagi 2016년 5월 26일
댓글: KSSV 2016년 5월 27일
Hi all,
I got this word file that I need to save it multiple times with different names,please help.

채택된 답변

KSSV
KSSV 2016년 5월 26일
You can use copyfile('source','destination') ; source is the file name which you want to copy into destination. You can give the information along with the fullpath.
  댓글 수: 4
Sagi
Sagi 2016년 5월 26일
편집: Sagi 2016년 5월 26일
let's say that the doc's name is 'DOC'- that name appears as a file name and also inside the document in it's header. Now,I want to save the doc with a different file name ,let's say 'DOC1' and I need that the name inside the document's header will change as well.
KSSV
KSSV 2016년 5월 27일
Sagi Till copying multiple times with different names is okay..But I have no clue on changing the header name.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by