Copy a file to a parent folder

7 ビュー (過去 30 日間)
Jennifer Good
Jennifer Good 2023 年 11 月 10 日
編集済み: Matt J 2023 年 11 月 10 日
I have a file in a subfolder that I want to copy and input into the parent folder. Is there a way to fun a script from inside the subfolder to copy the file up one level?

回答 (2 件)

Matt J
Matt J 2023 年 11 月 10 日
編集済み: Matt J 2023 年 11 月 10 日
Is there a way to fun a script from inside the subfolder to copy the file up one level?
Yes, but I wonder why you think the script has to reside in the subfolder. You can run copyfile from any folder A to copy a file from any other folder B to any third folder C.

the cyclist
the cyclist 2023 年 11 月 10 日
copyfile filename ..

カテゴリ

Help Center および File ExchangeSearch Path についてさらに検索

製品


リリース

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by