Move Files Using LabVIEW

Updated Nov 29, 2023

Reported In

Software

  • LabVIEW

Operating System

  • Windows

Issue Details

Is it possible to create a VI that moves files from one directory to another?

Solution

Yes, you can use the Move Function to move files from one directory to another. You'll want to specify the file name at the end of the source path input. For example, if you want to move the file "temp.txt" which is located on the desktop, your source path would be: 
C:\Users\<your username>\Desktop\temp.txt


Inputs and outputs for the Move Function.