Modify

Opened 17 years ago

Closed 17 years ago

#863 closed Bug (Fixed)

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

Reported by: dRsrb Owned by: J-Paul Mesnage
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.

Attachments (0)

Change History (1)

comment:1 by J-Paul Mesnage, 17 years ago

Milestone: 3.3.1.0
Owner: set to J-Paul Mesnage
Resolution: Fixed
Status: newclosed

Fixed in version: 3.3.1.0

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.