====== RENAMEDIR Service ====== ==== Description ==== Renames a directory. Note: This is a Windows only function. **NOTE**: This function is deprecated in OpenInsight 10.0 and above. Please use the [[rti_os_dir|RTI_OS_DIR() function]] instead. ==== Parameters ==== ^Parameter^Description^ ||Directory name to rename.| |////|New directory name.| ==== Returns ==== True if success, false if failed. ==== See Also ==== [[beep_service|BEEP]] Service [[destroy_service|DESTROY]] Service [[removedir_service|REMOVEDIR]] Service [[choosecolor_service|CHOOSECOLOR]] Service [[flush_service|FLUSH]] Service [[renamedir_service|RENAMEDIR]] Service [[choosedir_service|CHOOSEDIR]] Service [[get_event_service|GET_EVENT]] Service [[renamefile_service|RENAMEFILE]] Service [[choosefile_service|CHOOSEFILE]] Service [[getlogicaldrives_service|GETLOGICALDRIVES]] Service [[runhelp_service|RUNHELP]] Service [[choosefont_service|CHOOSEFONT]] Service [[makedir_service|MAKEDIR]] Service [[runwin_service|RUNWIN]] Service [[copyfile_service|COPYFILE]] Service [[objectid_service|OBJECTID]] Service [[textrect_service|TEXTRECT]] Service [[create_service|CREATE]] Service [[objectlist_service|OBJECTLIST]] Service [[wincount_service|WINCOUNT]] Service [[cursor_service|CURSOR]] Service [[printsetup_service|PRINTSETUP]] Service [[utility|Utility]] function ==== Example ==== Declare function Utility dir = 'C:\temp\my_dir' newDir = 'C:\temp\my_new_dir' renameDir = Utility('RENAMEDIR',dir,new_dir)