﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1004	_PathFull bug in beta autoit 3.3.1	godzail	Jpm	"I tried the example in the help file for the function _PathFull  but I received in output a wrong path.

--For example, if I run the example:

#include <file.au3>
;~ $TestPath = _PathFull(""..\..\test"")
$TestPath = _PathFull(@ScriptDir & ""..\..\test"")
ConsoleWrite(@ScriptDir & @lf & $TestPath & @CRLF)

result with autoit vers. 3.3.0 (OK):
C:\Program Files\AutoIt3\Beta\Examples\Helpfile
C:\Program Files\AutoIt3\Beta\Examples\test

result with autoit vers. 3.3.1 (WRONG):
C:\Program Files\AutoIt3\Beta\Examples\Helpfile
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\Program Files\AutoIt3\Beta\Examples\test

-- If I add a backslash as you suggest ( $TestPath = _PathFull(@ScriptDir & ""\..\..\test"") )
result with autoit vers. 3.3.0 (OK):
C:\Program Files\AutoIt3\Beta\Examples\Helpfile
C:\Program Files\AutoIt3\Beta\test

result with autoit vers. 3.3.1 (WRONG):
C:\Program Files\AutoIt3\Beta\Examples\Helpfile
C:\Program Files\AutoIt3\Beta\Examples\Helpfile\Program Files\AutoIt3\Beta\test

-- it seems that the path contains a repeat of the main folder and subfolders."	Bug	closed	3.3.1.2	AutoIt	3.3.1.0	None	Fixed		
