help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how to copy a file to other directory in octave?


From: frank wang
Subject: how to copy a file to other directory in octave?
Date: Tue, 12 Sep 2006 11:09:45 -0700

Hi,
 
Could anyone tell me how to copy a file from one directory to another directory in octave? Here is what I want to do.
 
input=sprintf('%s/filename',outdir)
root='root_dir'
 
in Matlab, I can type
 
copyfile(input, root_dir)
 
How could I do this in octave?
 
Thanks
 
frank

reply via email to

[Prev in Thread] Current Thread [Next in Thread]