﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2787	_PathSplit - remove space from parameter $sDir	mLipok		"REPRO:

{{{
#include <Array.au3>
#include <File.au3>

Local $sDrive = """", $sDir = """", $sFilename = """", $sExtension = """"
Local $aPathSplit = _PathSplit(""z:\TOOLs\Macro\    FORUM\    FORUM -- z forum\FunctionNameLister\_PathSplit.au3"", $sDrive, $sDir, $sFilename, $sExtension)
_ArrayDisplay($aPathSplit, ""_PathSplit of "" & @ScriptFullPath)
MsgBox(0, '02', $sDrive & @CRLF & $sDir & @CRLF & $sFilename & @CRLF & $sExtension)
}}}



there is a problem in _PathSplit exactly here:

{{{
$sDir = StringRegExpReplace($aArray[2], ""\h*[\/\\]+\h*"", ""\\"")
}}}"	Bug	closed		Standard UDFs	3.3.13.0	None	No Bug		
