07-08-2013 12:59 PM
nothing actually end result is a bunch of little files and some videos
07-08-2013 01:00 PM
The VI you attached earlier is a far simplified version of what your screenshot shows. And I don't see the "extra step" that you talked about.
It is very hard to help when you say one thing and post something completely different.
You may also want to look at the Recursive File List VI. It may or may not be useful to you depending on what it is you are really trying to do.
07-08-2013 01:03 PM
@Billy331 wrote:
I want to move what is inside video backup folder to its proper location.
What is proper location??
@Billy331 wrote:
there are several folders inside the video backup folder each going to a different place but under the same format
Different place but under same format... What do you mean by this??
Can you come up with just the Inputs and Outputs your function should have and then an example, which should demonstrate that what should be the functionality that you're expecting???
07-08-2013 01:06 PM - edited 07-08-2013 01:07 PM
Ah, I see what is happening. Your problem is that you are copying the entire contents of your original folder. You are just passing the Input Path to be copied. What you need to do is add a Build Path to append the folder name. The resultant will be the folder that you want to copy.

07-08-2013 01:08 PM
ah im sorry i must have forgotten to save it before sending it. It is more of an extra folder than an extra step. I want to move the folders inside the video backup folder to their proper location but it is moving the video backup folder itself to the location.
For example there are folders containing videos in the folder video backup folder. the folders names are 904425 UID 54126585 and 904426 UID 54126586. The first folder should be moved to Y:\904xxx\904425\Videos and the second to Y:\904xxx\904426\Videos
07-08-2013 01:09 PM
Then you need to use Strip Path in order to eliminate the folder name "Video Backup Folder" from the new path name.
07-08-2013 01:13 PM
@RavensFan wrote:
Then you need to use Strip Path in order to eliminate the folder name "Video Backup Folder" from the new path name.
Look closer. He is telling the Copy function to copy the original folder. He needs to append the subfolder name and have that copied instead.
07-08-2013 01:17 PM
Ahhh yes that worked thank you so much i appended the folder name to the input file path before sending it to the copy file command. Thanks a lot