Copy a file to a parent folder
16 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (2)
Matt J
am 10 Nov. 2023
Bearbeitet: Matt J
am 10 Nov. 2023
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.
0 Kommentare
Siehe auch
Kategorien
Mehr zu File Operations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!