11-19-2007 04:34 AM
11-19-2007 04:42 AM
11-20-2007 07:06 AM
Hi,
I know about this function, but I don´t want to move this file!
I just want to rename it.
With the help of the FTP functions it is possible to rename a file but I don´t want to start a ftp session for such a simple thing.
Best wishes
11-20-2007 07:14 AM - edited 11-20-2007 07:14 AM
11-20-2007 11:01 AM
Thank you a lot!
This is what I wanted.
01-22-2008 04:39 PM
01-22-2008 05:48 PM - edited 01-22-2008 05:51 PM
01-23-2008 09:54 AM
01-23-2008 12:39 PM
If you don't mind losing platform indepedence, you can simply call the OS command using the System Exec VI. In Windows, this would be "rename" or "ren". you might need to prepend it with "cmd /c" to get it to work.
01-23-2008 12:45 PM