Problem 1866. Usage of mkdir and copyfile
This Challenge is to copy a file into a new directory multiple levels below existing directory architecture.
System appears to be unix and thus use '/' versus '\' which is for windows.
Typical starting folder is /users/msssystem19. The file will be copied to /users/msssystem19/level/files.
Input: [sub_folder_path, filetocopy] File to copy is in current folder
Output: None but file must be copied to defined sub_folder location
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers23
Suggested Problems
-
How to find the position of an element in a vector without using the find function
2748 Solvers
-
406 Solvers
-
713 Solvers
-
150 Solvers
-
120 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!