LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

copy file

Hi all
 
i want to copy file from one place to another ,,
 
for example copy file from specific path to another
 
how can i do that
 
thanks alot
0 Kudos
Message 1 of 6
(2,704 Views)

Hi elyan,

you can use the "copy" function -> this is the easy way, or you open the file, create a new one and copy it byte per byte from the old to the new file. If you use the second way you can show an information to the user.

Hope it helps.
Mike

0 Kudos
Message 2 of 6
(2,701 Views)
Hi :
 
i slove it but how can i change his name "rename " the file
 
 
thanks
0 Kudos
Message 3 of 6
(2,695 Views)
Have you tried actually looking at the LabVIEW User Manual? The Move function does this.
0 Kudos
Message 4 of 6
(2,692 Views)
Simply give it a new name in the destination path.
 
RayR
0 Kudos
Message 5 of 6
(2,687 Views)
Thanks alot
 
I Solved it
 
 
0 Kudos
Message 6 of 6
(2,681 Views)