Rename file when using copyfiile
    27 views (last 30 days)
  
       Show older comments
    
    Marisabel Gonzalez
 on 18 Nov 2018
  
    
    
    
    
    Commented: madhan ravi
      
      
 on 18 Nov 2018
            Hello, I would like to rename a file that I've just succesfully copied. The basic code is the following
filename = 'myfilename.dat'
source = fullfile('mysourcepath',filename)
destiantion = fullfile('mydestinationpath',filename)
copyfile(source,destination)
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
				Find more on File Operations in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
