Modify

Opened 16 years ago

Closed 16 years ago

#863 closed Bug (Fixed)

DirMove() appends an extra dot in the name of the moved directory

Reported by: dRsrb Owned by: Jpm
Milestone: 3.3.1.0 Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: Cc:

Description

Hi!

DirMove() adds an extra dot to the existing one in the name of the moved directory.

Example()
;~ Example2()

Func Example()
	
	DirCreate('C:\Test Folder 1.1')
	
	Sleep(2000)
	
	DirMove('C:\Test Folder 1.1', 'C:\', 1)
	
EndFunc

Func Example2()
	
	DirCreate('C:\New Folder')
	DirCreate('C:\Test Folder 1.1')
	
	Sleep(2000)
	
	DirMove('C:\Test Folder 1.1', 'C:\New Folder', 1)
	
EndFunc

Other characters aren't affected!

PS: The "Sleep(2000)" is just to follow the script easier when it is running.

Change History (1)

comment:1 Changed 16 years ago by Jpm

  • Milestone set to 3.3.1.0
  • Owner set to Jpm
  • Resolution set to Fixed
  • Status changed from new to closed

Fixed in version: 3.3.1.0

Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.