If you use the standard VI copy then the function isn't executed if the file already exist. There's an example on the NI site that perform the copy disregarding if the file exist (without error)but it's only for version 6.0 and 7
You can use the delete file function with the target path befor you copy the file, so you make sure that the file does not exist.
snauwaea wrote:
> If you use the standard VI copy then the function isn't executed if > the file already exist. There's an example on the NI site that perform > the copy disregarding if the file exist (without error)but it's only > for version 6.0 and 7