02-24-2009 06:37 PM - edited 02-24-2009 06:37 PM
I also found the move function in Labview very slow with large files and folders.
Calling the MovefileA windows API (thanks jschuler) performed the rename as expected.
Attached is the call to the windows API. Being a newbie it took me a while to work this out.
Depending on your system, you may need to modify the path to kernel32.dll
Mine was located in "C:/windows/system32/"02-26-2009 05:10 AM