﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2371	_PathSplit with relative Paths	anonymous	guinness	"I believe this started in 3.3.9.8, but it is present in 3.3.9.13.

$theme_ini = ""f drive\test.ini""
dim $drive, $dir, $filename, $ext
$path = _PathSplit($theme_ini, $drive, $dir, $filename, $ext)
msgbox(0, """", $drive & @CRLF & $dir & @CRLF & $filename & @CRLF & $ext)

The $dir variable will be have its value set to ""f drivef"", when it should be ""f drive"".

Absolute paths work fine.  This worked up to 3.3.9.7 for sure."	Bug	closed	3.3.9.14	Standard UDFs	Other	None	Fixed		
